-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
63 lines (61 loc) · 3.65 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">
<head>
<meta charset="UTF-8">
<meta property="og:title" content="VueJS Site Template | The University of Iowa" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://uiowa.github.io/vuejs-site-template/" />
<meta property="og:image" content="https://viewbook.admissions.uiowa.edu/images/viewbook/sections/0315.jpg" />
<!-- Google Tag Manager Campus -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K7W3K5P');</script>
<!-- End Google Tag Manager -->
<!-- Google Tag Manager Admissions -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MG2JQQX');</script>
<!-- End Google Tag Manager -->
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" />
<link rel="icon" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" sizes="192x192" href="/android-chrome-192x192.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png" />
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="/apple-touch-icon-precomposed.png" />
<meta name="theme-color" content="#000000" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="msapplication-square150x150logo" content="/mstile-150x150.png" />
<meta name="msapplication-tilecolor" content="#000000" />
<meta name="msapplication-tileimage" content="/mstile-150x150.png" />
<link href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VueJS Site Template | The University of Iowa</title>
</head>
<body class="header-sticky">
<!-- Google Tag Manager Campus (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K7W3K5P"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Google Tag Manager Admissions (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MG2JQQX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="app"></div>
<div id="modal-wrapper"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>