-
-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathindex.html
48 lines (45 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>markdown</title>
<link
href="https://unpkg.com/tachyons@4/css/tachyons.min.css"
rel="stylesheet"
/>
<style>
pre {
position: relative;
}
pre[lang]::before {
display: block;
position: absolute;
background-color: #fbf1a9;
top: 0;
right: 0;
padding: 0.25em 0.5em;
border-bottom-left-radius: 8px;
border: 0;
color: #ffb700;
font-family: sans-serif;
font-size: 80%;
}
pre[lang]::before {
content: attr(lang);
text-transform: uppercase;
}
</style>
<script
async
defer
data-domain="thi.ng"
src="https://plausible.io/js/plausible.js"
></script>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="./src/index.ts"></script>
</body>
</html>