This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpartnership.html
73 lines (66 loc) · 1.92 KB
/
partnership.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
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<title>Partnership</title>
<link rel="stylesheet" href="partnership.css">
<style>
a:link {
color: purple;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: purple;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: blue;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap">
<style>
body {
font-family: "swap", sans-serif;
}
</style>
</head>
<body>
<font color="c0c0c0">
<font color="purple">
<ul>
<div style="display: flex; flex-wrap: wrap; justify-content: center;">
<div class="button-container">
<span><a href="index.html" class="button">Home</a></span>
<>
<span><a href="about.html">about</span>
<>
<span><a href="games.html">Games</a></span>
<>
<span><a href="uv.html">Search unblocked</a></span>
<>
<span><a href="partnership.html">partnership</span>
<>
<span><a href="credits.html">credits</span>
<>
<span><a href="secret.html">Dont click:)</a></span>
<>
<span><a href="proxylinks.html">Proxy links</a></span>
</div>
</ul>
</font>
<hr>
<center><h1>Partnership</h1>
<span><h1>Recon Network <> 8u888iou <> Glitch</h1></span>
<a href="https://recon-ochre.vercel.app/"><img src="Screenshot 2024-04-03 09.20.37.png" height="250" width="250" alt="image not found"></a> <a href="https://sites.google.com/view/8u888iou"><img src="Screenshot 2024-04-03 09.20.00.png" height="250" width="250" alt="image not found"></a><a href="https://axiomhub.net"><img src="Screenshot 2024-04-07 10.21.11.png" height="250" width="250" alt="image not found"></a>
<p>tryna work out css yo</p>
</center>
</body>
</html>