-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 916 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
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Hello World</h1>
<a href="demo1.html">Demo1</a>
<br>
<br>
<a href="form.html">Form(Assignment)</a>
<br>
<br>
<a href="loginPage.html">Login Page(Assignment)</a>
<br>
<br>
<a href="./PhotoGAssignment/PhotoGallery.html">Photo Gallery with navbar,carousel and modal (Assignment)</a>
<br>
<br>
<a href="./PhotoGAssignment/PhotoGallery.html">Photo Gallery with Contact us form (Assignment)</a>
<br>
<br>
<a href="./arrayOfObjects.html">Array of objects and converting form to table (Assignment)</a>
<br>
<br>
<a href="./weather/weather.html">Weather webpage with AJAX using XMLHTTPRequest (Assignment)</a>
</body>
</html>