-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 951 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 951 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Brian Monsales</title>
<meta name="og:title" content="Brian Monsales" />
<meta name="og:description" content="Resume || Webpage" />
<meta name="og:image" content="/me_avatar.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/png" href="/images/favicons/favicon-dark.png" />
<script src="https://use.fontawesome.com/85781dec3d.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Varela+Round:200,300,400,600"
rel="stylesheet"
/>
<link rel="stylesheet" href="/src/assets/css/global.css" />
</head>
<body>
<div id="app" v-cloak=""></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>