-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinter.php
More file actions
42 lines (29 loc) · 886 Bytes
/
winter.php
File metadata and controls
42 lines (29 loc) · 886 Bytes
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
42
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>TECHNOLOGY REVIEW</title>
<meta name="" content="">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<style>
p
{
font-size:50px;
color:black;
}
</style>
</head>
<body style="background-color:skyblue; background-image:url(vnit1.jpg);image-postion:top;">
<p>
<q style="margin-left:450px"><b>TECHNOLOGY REVIEW</b></q>
</p>
<h style="font-size:25px;background-color:violet">
<a href="about.php"><q style="margin-left:150px;">ABOUT</q></a>
</h>
<h style="font-size:25px;background-color:violet">
<a href="register.php"><q style="margin-left:100px;">REGISTRATION</q></a>
</h>
<h style="font-size:25px;background-color:violet">
<a href="login.php"><q style="margin-left:100px;">LOGIN</q></a>
</h>
</body>
</html>