-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 824 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 824 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://www.robocon.in">
<title>MIT Tech Team</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap" rel="stylesheet">
<style>
body {
background: linear-gradient(to right, #6dd5ed, #2193b0); /* Abstract gradient background */
color: white;
text-align: center;
font-family: 'Roboto', sans-serif;
height: 100vh;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
</style>
</head>
<body>
<h1>MIT Tech Team</h1>
<p>If you are not redirected automatically, <a href="http://www.secondwebsite.com">click here</a>.</p>
</body>
</html>