-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 996 Bytes
/
index.html
File metadata and controls
37 lines (32 loc) · 996 Bytes
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
<html>
<head>
<title>CoreDocs</title>
<!-- <script src="https://unpkg.com/lodash@4.16.6"></script> -->
<link href="https://fonts.googleapis.com/css?family=Crimson+Text|Libre+Baskerville|Source+Code+Pro|Source+Sans+Pro" rel="stylesheet">
</head>
<body>
<section id="controls">
<div id="edit-toggle-container">
<div class="edit-toggle-inner-container">
<div class="edit-toggle-toggle">
<p>Edit</p>
</div>
<div class="edit-toggle-toggle">
<p>View</p>
</div>
</div>
<div class="edit-toggle-inner-container" id='edit-toggle-toggle-container'>
<div class="edit-toggle-toggle">
<p>Edit</p>
</div>
<div class="edit-toggle-toggle">
<p>View</p>
</div>
</div>
</div>
</section>
<section id="editor"></section>
<pre class="markdown_text" style="visibility: hidden"></pre>
<script src="./bundle.js"></script>
</body>
</html>