-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (18 loc) · 782 Bytes
/
index.html
File metadata and controls
24 lines (18 loc) · 782 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
<!doctype html>
<html lang="en">
<head>
<meta charset='UTF-8'>
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>ZachSchreiber</title>
<link rel="shortcut icon" href="images/favicon-32x32.png" type="image/x-icon">
<link rel="icon" href="images/favicon-32x32.png" type="image/x-icon">
<link rel="stylesheet" href="lib/styles/main.min.css">
<link href="https://fonts.googleapis.com/css?family=Lato|Audiowide|Josefin+Sans|Monofett|Amatic+SC:700|IM+Fell+English+SC" rel="stylesheet">
<script src="https://use.fontawesome.com/3bfe2c7161.js"></script>
</head>
<body style='' ng-app="zach-site">
<ui-view></ui-view>
<script src="lib/js/vendor.min.js"></script>
<script src="lib/js/app.js"></script>
</body>
</html>