-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<meta property="og:site_name" content="tilda">
<meta property="og:title" content="hey!">
<meta property="og:description" content="welcome to my abode">
<meta name="description" content="welcome to tilda's abode">
<title>~</title>
</head>
<body>
<noscript>
<h1><strong>hi!</strong></h1>
<p>you're probably wondering why you're seeing this message. well, let me tell you why.</p>
<p>this website won't function without javascript enabled. sorry, but that's how things work now.</p>
<a href="https://enable-javascript.com">don't know how to enable javascript? click here</a>
</noscript>
<style>
noscript { background-color: #29253a; color: white; z-index: 9999; min-height: 100%; min-width: 100%; }
</style>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>