-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
22 lines (22 loc) · 841 Bytes
/
Copy pathIndex.html
File metadata and controls
22 lines (22 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<body>
<link rel="stylesheet" type="text/css" href="index.css">
<div class="fixed-header">
<img src=".\logo.png" alt="Logo" class="center" >
<a href="W2Signupform.html"><button>Go to Sign Up</button></a>
<a href="W2Loginform.html"><button> Go to Log In</button></a>
<button>About Us</button>
</div>
<h2 align="center">Index File</h2>
<div align="center">
<a href= "W2Signupform.html">Sign Up Page</a><br>
<a href= "W2Loginform.html">Log In Page</a><br>
<a href= "W2Form.html">Create Page</a><br>
<a href= "W2List.html">List Page</a><br>
</div>
<div class="fixed-footer">
<div class="HeaderFooter">Copyright © 2019 CYBERGROUP INDIA PVT. LTD.</div>
</div>
</body>
</html>