-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (37 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>zerk</title>
<link
href="https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Roboto:100,300"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/normalize.css"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<a class="share-link"></a><i class="i-share"></i>
<textarea id="input" class="code" placeholder="Loading ..."></textarea>
<article id="output" class="markdown-body"></article>
<script src="script.js"></script>
<!-- Cloudflare Web Analytics -->
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "9874dc8e6c904c1bb94eae6883e2b6a5"}'
></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>