blob: 6e8e1f3063febfaf124bd58917a471c6fdbf5dbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="A social network.">
<title>✨ dasein ✨</title>
<script src="/assets/bundle.js"></script>
<link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' >
<link href="/css/app.css" rel="stylesheet">
</head>
<body>
<div id="dasein">
<header class="dasein-header">
<a href="/">Dasein</a>
</header>
<router-view></router-view>
</div>
</body>
</html>
|