-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 1.22 KB
/
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
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="robots" content="index,follow" />
<meta name="Googlebot" content="index,follow" />
<meta name="author" content="[email protected]">
<title>Winston Fale | Portfolio</title>
<meta name="description" content="Winston James Dale Fale">
<link rel="stylesheet" href="/static/css/fontawesome.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.9/css/all.css" integrity="sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1" crossorigin="anonymous">
<!-- Bootstrap core CSS -->
<!-- <link href="/static/css/bootstrap.min.css" rel="stylesheet"> -->
<!-- Material Design Bootstrap -->
<!-- <link href="/static/css/mdb.min.css" rel="stylesheet"> -->
<!-- Custom css -->
<link href="/static/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
</head>
<body>
<div id="app"></div>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCv63eCLg0GYNCymFMn7yyZ8vdLoPU5KY0&libraries=places"></script>
</body>
</html>