-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 951 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
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home - Waeve</title>
</head>
<body>
<!-- End Google Tag Manager (noscript) -->
<div id="app">
<noscript>
<h1>Waeve</h1>
<p>
Waeve is a web app that allows you to create and share memes with your friends.
</p>
<a href="/explore">
<h3>Explore</h3>
</a>
<a href="/settings">
<h3>Settings</h3>
</a>
</noscript>
</div>
<script type="module" src="./src/main.js"></script>
</body>
</html>