-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathFrontpage_of_website.html
41 lines (35 loc) · 1.17 KB
/
Frontpage_of_website.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
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<title>Students portal</title>
<link rel="stylesheet" href="pf.css" />
</head>
<body>
<div style="text-align: center;">
<p face="cinzel" size="4">
<br /><br />
<a href="http://127.0.0.1:5500/about.html" class= "content">ABOUT</a>
<a href="http://127.0.0.1:5500/contact.html" class= "content">CONTACT US</a>
</p>
</div>
</h3>
<br /><br /><br /><br />
<div class="contain">
<h1 style="text-align: center; color: white; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">
<br /> WELCOME <br />TO VIIT <br/>STUDENTS PORTAL <br /><br />
</p>
</h1>
</div>
<br /><br /><br /><br />
<h3 style="text-align: center;">
<a href="http://127.0.0.1:5500/index1.html">
<p class= "content">Start learning Python!</p>
</a>
<a href="http://127.0.0.1:5500/projects.html">
<p class= "content">View student Projects</p>
</a>
</h3>
</body>
</html>