-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (20 loc) · 898 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Vue - Sprint project - Guy Lilian & Shahar Haramati C.</title>
<link rel="shortcut icon" type="image/ico" href="favicon_S_G.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--bootstrap and jQ -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!--<script src="https://maps.googleapis.com/maps/api/js?callback=myMap"></script>-->
<!--<link rel="stylesheet" type="text/css" href="css/styles.css">-->
</head>
<body>
<div id="app"></div>
<!--<script src="/dist/build.js"></script>-->
</body>
</html>
<!--<script src="./src/main.js"></script>-->