-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (63 loc) · 3.57 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<head>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/menu.css">
<meta charset="utf-8">
<title>Okay, need to link</title>
</head>
<body>
<section id="flex-original">
<ul id="menubar1" role="menubar" aria-label="Text Formatting" style="display: none; left: 40px; top: 446.219px;">
<li role="menuitem" aria-haspopup="false" aria-label="close menu" id="transclude" tabindex="0">
🔗
</li>
<li role="menuitem" aria-haspopup="false" id="bold" aria-label="bold" tabindex="0">
<span><strong>B</strong></span>
</li>
<li role="menuitem" aria-haspopup="false" id="italic" aria-label="italic" tabindex="0">
<span><em>i</em></span>
</li>
<li role="menuitem" aria-haspopup="true" id="hiliteColor" tabindex="0">
🎨
<ul role="menu" aria-label="Text Color">
<li>
<input type="color" aria-label="color input" tabindex="0">
</li>
</ul>
</li>
<li role="menuitem" aria-haspopup="false" id="close" aria-label="close menu" tabindex="0">
close
</li>
</ul>
<ul id="menubar2" role="menubar" aria-label="Text Insertion" style="display: none; top: 449px;">
<li role="menuitem" aria-haspopup="false" id="h2" aria-label="close menu" tabindex="0">
H2
</li>
<li role="menuitem" aria-haspopup="false" id="h3" aria-label="close menu" tabindex="0">
H3
</li>
<li role="menuitem" aria-haspopup="false" id="ul" aria-label="close menu" tabindex="0">
•
</li>
<li role="menuitem" aria-haspopup="false" aria-label="close menu" id="search" tabindex="0">
🔎
</li>
<li role="menuitem" aria-haspopup="false" aria-label="multiple windows" id="newWindow" tabindex="0">
📚
</li>
<li role="menuitem" aria-haspopup="false" id="close" aria-label="close menu" tabindex="0">
close
</li>
</ul>
<div id="padding">
<span id="icon" class="editable" data-placeholder="🌱" contenteditable="true">☋</span>
<h1 class="editable" id="title" contenteditable="true" data-placeholder="Edit this title">Okay, need to link</h1>
<main id="editme" class="editable" contenteditable="" data-placeholder="Type / for commands" spellcheck="false"><h3 class="editable" data-placeholder="Edit me">need to link badly</h3><div><h2 class="editable" data-placeholder="Edit me">need to test this out</h2></div><div><h2 class="editable" data-placeholder="Edit me"><ul><li>i will write</li><li>underneath</li><li>this bullet</li></ul></h2><div><a href="/Thu%20Mar%2011%202021%2019:29:21%20GMT-0500%20(Eastern%20Standard%20Time).html">hello</a><iframe src="/Thu%20Mar%2011%202021%2019:29:21%20GMT-0500%20(Eastern%20Standard%20Time).html" loading="lazy" class="hover" height="100%" width="50%"></iframe><br></div><iframe src="http://localhost:3000/Thu%20Mar%2011%202021%2019:29:21%20GMT-0500%20(Eastern%20Standard%20Time).html" loading="lazy" class="hover" height="100%" width="50%"></iframe><iframe src="http://localhost:3000/Thu%20Mar%2011%202021%2019:29:21%20GMT-0500%20(Eastern%20Standard%20Time).html" loading="lazy" class="hover" height="100%" width="50%"></iframe></div><div><br></div></main>
<br><br>
<br><br>
<button role="menuitem" aria-haspopup="false" id="archiveThis" aria-label="save file" tabindex="0">
💾
</button>
</div>
<script src="js/index.js" type="module"></script>
</section>
</body>