-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterstellar.html
45 lines (40 loc) · 1.46 KB
/
interstellar.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
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>Interstellar Page</title>
<style>
a {
color:rgb(0, 96, 255)
}
a.two {
color: lime;
}
a.three {
color: yellow;
}
a.four {
color:rgb(255, 108, 0)
}
a.five {
color: red;
}
</style>
</head>
<body>
<div class="container">
<h1>Interstellar Proxies</h1>
<img src="./images/interstellar-icon.png" width="150" height="150">
<a class="two" href="https://square-pear-apple-dog.2.ie-1.fl0.io"><h1>https://square-pear-apple-dog.2.ie-1.fl0.io</h1></a>
<a class="two" href="https://homeworkhelp.2.us-1.fl0.io"><h1>https://homeworkhelp.2.us-1.fl0.io</h1></a>
<a class="two" href="https://ioxzp-dev-ehbh.2.ie-1.fl0.io"><h1>https://ioxzp-dev-ehbh.2.ie-1.fl0.io</h1></a>
<a class="five" href="https://waves-2jz1.onrender.com"><h1>https://waves-2jz1.onrender.com (Not Found)</h1></a>
<a class="five" href="https://throwingforcontent.onrender.com"><h1>https://throwingforcontent.onrender.com (Service Suspended)</h1></a>
<a class="five" href="https://im-failing-history.onrender.com"><h1>https://im-failing-history.onrender.com (Service Suspended)</h1></a>
</div>
</body>
</html>