forked from beercss/beercss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (19 loc) · 792 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="google" content="notranslate">
<title>Beer CSS since 2021</title>
<link rel="icon" type="image/png" href="/static/favicon.png">
<link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/styles/default.min.css" rel="stylesheet">
<link href="/src/app.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/page.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/highlight.min.js"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/dev.ts"></script>
</body>
</html>