-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 905 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
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link href="css/site.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta http-equiv="last-modified" content="2022-11-16@13:47:39">
</head>
<body>
<div id="app" v-cloak>
<main style="height:100vh; display:flex; align-items:center; justify-content:center; padding:2rem;">
<div class="inner">
<h1 v-text="h1"></h1>
<h5 v-text="h5"></h5>
</div>
</main>
</div>
<div class="javascripts">
<script src="js/libraries/vue.full.js"></script>
<script>const testing = true;</script>
<script src="js/min/site.min.js?updated2022-11-16@13:47:39"></script>
</div>
</body>
</html>