generated from yzITI/template-vue
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
28 lines (28 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoGaucho</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The best campus app for UCSB students">
<meta name="apple-itunes-app" content="app-id=6449792730">
<meta property="og:url" content="https://gogaucho.app">
<meta property="og:title" content="GoGaucho">
<meta property="og:description" content="The best campus app for UCSB students">
<meta property="og:image" content="https://gogaucho.app/icons/logo.png">
<!-- icons -->
<link rel="icon" href="icons/favicon.ico">
<link rel="alternate icon" href="favicon.ico" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="icons/favicon.ico" color="#FFFFFF">
<meta name="theme-color" content="#ffffff">
<!-- scripts -->
<script defer src="https://cdn.jsdelivr.net/npm/sweetalert2@latest/dist/sweetalert2.all.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/nprogress.min.js"></script>
<link defer rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/nprogress.min.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>