-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ejs
28 lines (28 loc) · 1.34 KB
/
index.ejs
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>
<head>
<meta charset="utf-8">
<title>regretless.life</title>
<meta property="og:url" content="http://regretless.life" />
<meta property="og:type" content="article" />
<meta property="og:title" content="regretless.life" />
<meta property="og:description" content="Blogs, places, tips, and things! Out to see the world and never forget it." />
<meta property="og:image" content="/us.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="<%- htmlWebpackPlugin.options.metadata.baseUrl %>">
<link rel="stylesheet" href="styles.css" type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Cinzel' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jvectormap@2.0.4/jquery-jvectormap.min.js"></script>
</head>
<center class="splash">
<br>
<br>
<br>
<br>
<span class="loadingMessage">loading adventures...</span>
</center>
<body aurelia-app="main">
</body>
</html>