forked from vpg2/inconfessio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (22 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>inconfessio</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.0/p5.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.0/addons/p5.sound.min.js"></script> -->
<script src="https://unpkg.com/hydra-synth"></script>
<link rel="stylesheet" href="styles/style.css">
</head>
<body style="background-color:#000">
<div style="align-items: center; justify-content: center; display: flex;">
<!-- <text style="color: red; position: absolute; top:5%;">CONFESSIONARIO</text> -->
<textarea id="confession" placeholder="confessao..." style="position: absolute; top:10%; bottom:20%; width:50%; height:30vh;"></textarea>
<button id="confess" style="width:40%; background-color: #000; color:white; position:absolute; top: 40.5%;">Confess</button>
</div>
<main>
</main>
<script src="scripts/sketch.js"></script>
</body>
<!-- <script src="scripts/p5-wrapper.js"></script> -->
<!-- <script src="scripts/hydra.js"></script> -->
</html>