-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (24 loc) · 1.26 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
<!DOCTYPE html>
<html>
<head>
<title>BinhQD's Portfolio</title>
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width">
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)">
<meta name="apple-mobile-web-app-title" content="Luxury Nail Frontend">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#303f9f">
<meta name="format-detection" content="telephone=no">
<meta name="HandheldFriendly" content="True">
<meta http-equiv="cleartype" content="on">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700&subset=latin,latin-ext"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700"/>
<link rel="stylesheet" href="/docs.css">
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div id="root">
</div>
<script src="//maps.googleapis.com/maps/api/js?sensor=false&key=AIzaSyBrxFrmplbuxrmT20ubtC3-8KrereDQBDw"></script>
<script src="/bundle.js"></script>
<script src="/app.bundle.js"></script>
</body>
</html>