-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 915 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>phoneApp</title>
<meta charset="utf-8" />
<link href="https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!--<script src="constants.js" ></script>-->
<!--<script src="headerAndFooter.js" ></script>-->
<!--<script src="keypad.js" ></script>-->
<!--<script src="editContact.js" ></script>-->
<!--<script src="user.js" ></script>-->
<!--<script src="userContacts.js" ></script>-->
<!--<script src="addUser.js" ></script>-->
<!--<script src="router.js" ></script>-->
<!--<script src="main.js" ></script>-->
<script src="../dist/bundle.js"></script>
</body>
</html>