-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (25 loc) · 921 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
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Your Title Goes Here" />
<meta http-equiv = "refresh" content = "10; url = https://github.com/linq84/redirect" />
<title>Your Title Goes Here</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
</head>
<body>
<script src="script.js"></script>
<div class="bg-image"></div>
<div class="bg-text">
<h2>This is a title</h2>
<img class="site-title-image" src="img/logo.png" alt="Your Logo">
<h1 style="font-size:50px">This is subtitle</h1>
<p>This is a paragraph....</p>
</div>
<div class="footer">
This Redirect is <a href="https://github.com/linq84/redirect">Open Sourced for The Community</a>
</div>
</body>
</html>