-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (63 loc) · 3.3 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-title" content="project-name">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="application-name" content="project-name">
<link rel="apple-touch-icon" sizes="180x180" href="/dist/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/dist/images/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/dist/images/favicons/android-chrome-512x512.png" sizes="512x512">
<link rel="icon" type="image/png" href="/dist/images/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/dist/images/favicons/favicon-16x16.png" sizes="16x16">
<link rel="shortcut icon" href="/dist/images/favicons/favicon.ico">
<link rel="manifest" href="/dist/images/favicons/site.webmanifest">
<link rel="mask-icon" href="/dist/images/favicons/safari-pinned-tab.svg" color="#ffffff">
<meta name="msapplication-TileColor" content="#fffff">
<meta name="msapplication-TileImage" content="/dist/images/favicons/mstile-150x150.png">
<meta name="msapplication-config" content="/dist/images/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link href="/dist/styles/main.css" rel="stylesheet">
<title>project-name</title>
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="project-name">
<meta property="og:url" content="https://project-name.test/">
<meta property="og:site_name" content="project-name">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="project-name">
<link rel="dns-prefetch" href="https://s.w.org/">
<link rel="shortlink" href="https://project-name.test/">
</head>
<body class="home">
<!--[if IE]>
<div class="alert alert-warning">
You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.test/">upgrade your browser</a> to improve your experience.
</div>
<![endif]-->
<div class="wrap container-fluid" role="document">
<div class="content">
<main class="main">
<h1>project-name</h1>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA');
</script>
<script type="text/javascript" src="/dist/scripts/jquery.js"></script>
<script type="text/javascript" src="/dist/scripts/jquery.validate.js"></script>
<script type="text/javascript" src="/dist/scripts/main.js"></script>
</main>
</div>
</div>
</body>
</html>