-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (33 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Jakarea Parvez - Responsive Personal vCard Template">
<meta name="keywords" content="Jakarea Parvez, resume, cv, portfolio, personal, developer, web, laravel">
<meta name="author" content="Jakarea">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Real Time Quiz using vuex and firestore</title>
<link href="https://fonts.googleapis.com/css?family=Vidaloka" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
<link href="/static/plugin/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="/static/css/style.css" rel="stylesheet">
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115753132-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115753132-1');
</script>
</head>
<body>
<div id="app"></div>
<script src="/static/js/jquery.js"></script>
<script src="/static/js/custom.js"></script>
<script src="/dist/build.js"></script>
</body>
</html>