-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
24 lines (24 loc) · 1.15 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="corona, covid19">
<meta name="author" content="Gingdev">
<title>Covid-19 Reported</title>
<link rel="icon" href="favicon.ico"/>
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap/dist/css/bootstrap.min.css"/>
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css"/>
<link type="text/css" rel="stylesheet" href="//unpkg.com/[email protected]/dist/leaflet.css"/>
</head>
<body>
<div id="app"></div>
</body>
<script src="//unpkg.com/vue@latest/dist/vue.js"></script>
<script src="//unpkg.com/http-vue-loader"></script>
<script src="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js"></script>
<script src="//unpkg.com/vue-router@latest/dist/vue-router.js"></script>
<script src="//unpkg.com/axios@latest/dist/axios.min.js"></script>
<script src="//unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="app.js?v=<?=filemtime('app.js');?>"></script>
</html>