-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (55 loc) · 10.9 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Reverse Proxy</title>
</head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<!-- Styles -->
<style>
body{
color: green;
font-family: Lobster;
background-color: black;
}
</style>
<!--- Styles -->
<p> What are you doing here lol exit outta here </p>
<p> There is nothing for here now just dont scroll down! </p>
<p>
aaaaaa <a href="haha.html" style="color: red;">AHAHAHAHAHAHAHAHA</a> </p>
</html>