-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 786 Bytes
/
index.html
File metadata and controls
21 lines (19 loc) · 786 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" defer></script>
<script src="headerAndFooter.js" defer></script>
<script src="keypad.js" defer></script>
<script src="editContact.js" defer></script>
<script src="user.js" defer></script>
<script src="userContacts.js" defer></script>
<script src="addUser.js" defer></script>
<script src="index.js" defer></script>
</body>
</html>