-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (19 loc) · 701 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (19 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<script src="./libs/angular.js" charset="utf-8"></script>
<script src="./libs/app.js" charset="utf-8"></script>
<title>AngularJS App</title>
</head>
<body>
<h1>Index</h1>
<br>
<h4> <a href="./NameCalculatorApp/index.html"> Name Calculator App </a> </h4>
<h4> <a href="./Assignment_1/index.html"> Assignment 1 </a> </h4>
<h4> <a href="./Assignment_2/index.html"> Assignment 2 </a> </h4>
<h4> <a href="./Assignment_3/index.html"> Assignment 3 </a> </h4>
<h4> <a href="./Assignment_4/index.html"> Assignment 4 </a> </h4>
<h4> <a href="./Assignment_5/index.html"> Assignment 5 </a> </h4>
</body>
</html>