-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (43 loc) · 1.63 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Atomic+Age&family=Kaushan+Script&family=Redacted+Script:wght@700&display=swap"
rel="stylesheet">
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="js/jquery.toTextarea.js"></script>
<script src="js/clockwork.js"></script>
<title>Title</title>
</head>
<body onload="clockwork()">
<div class="side-left">
</div>
<div class="center">
<div class="zone" id="zone-0">
<div class="bar">
<form action=""><input type="time"></form>
<button class="done">more</button>
</div>
<div class="textarea" id="text-0" contenteditable="true"><span class="gold normal" spellcheck="false"
contenteditable="true">...</span></div>
<div class="br"></div>
</div>
</div>
<div class="side-right">
<div class="tool color" id='blue'></div>
<div class="tool color" id="green"></div>
<div class="tool color" id="pink"></div>
<div class="tool color select" id="gold"></div>
<div class="tool font" id="unknown">what you dont</div>
<div class="tool font" id="feeling">what you feel</div>
<div class="tool font" id="note">what you think</div>
<div class="tool font select" id="normal">what it is</div>
<button class="submit">save</button>
</div>
</body>
</html>
<script>
</script>