-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
150 lines (94 loc) · 4.33 KB
/
github.html
File metadata and controls
150 lines (94 loc) · 4.33 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" href="https://cdn.nuzzles.dev/logos/github.png" type="image/png"/>
<title>redirecting.. 🔗</title>
<meta name ="theme-color" content="#171515"/>
<meta property="og:site_name" content="nuzzles.dev/github"/>
<meta name ="title" content="magicalbunny31"/>
<meta name ="description"/>
<meta property="og:image" content="https://cdn.nuzzles.dev/avatars/magicalbunny31/eepy.webp"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://nuzzles.dev/github"/>
<meta name ="language" content="en-gb"/>
<meta name ="keywords" content="magicalbunny31"/>
<meta http-equiv="refresh" content="1; url=https://github.com/magicalbunny31"/>
<link rel="stylesheet" type="text/css" href="/styles.css"/>
<script>
window.location.href = "https://github.com/magicalbunny31";
const path = "github.html";
</script>
<script src="/assets/scripts/cutie.js"></script>
<script src="/assets/scripts/footer.js"></script>
<script src="/assets/scripts/modal.js"></script>
</head>
<body>
<div class="centre">
<section>
<article>
<div class="large-corner-border">
<div class="large-border box">
<h1>
<img class="emoji" src="https://cdn.nuzzles.dev/emojis/mutant_standard/sparkles.webp" alt="sparkles" title=":sparkles:" draggable="false"/>
hold tight - you're being redirected!
</h1>
<ul>
<li>..still here? you can follow the link below~</li>
<li>
<a href="https://github.com/magicalbunny31" draggable="false">
https://github.com/magicalbunny31
</a>
</li>
</ul>
<div class="list">
<div class="corner-border" style="--border-colour: #171515;">
<a class="border large-button" href="https://github.com/magicalbunny31" style="--border-colour: #171515;" draggable="false">
<img class="emoji" src="https://cdn.nuzzles.dev/logos/github.png" alt="github logo" title="github" draggable="false"/>
<div>
<strong>https://github.com/magicalbunny31</strong>
</div>
</a>
</div>
</div>
</div>
</div>
</article>
<nav>
<div class="large-corner-border navigator">
<div class="large-border box">
<div class="list">
<div class="corner-border">
<a class="border button" href="/" draggable="false">
<img class="emoji" src="https://cdn.nuzzles.dev/emojis/mutant_standard/world_map.webp" alt="world map" title=":world_map:" draggable="false"/>
<strong>homepage</strong>
</a>
</div>
</div>
</div>
</div>
</nav>
</section>
<footer>
<div class="large-corner-border">
<div class="large-border box">
<div class="info">
<p>
<a class="footer-item" id="splash"></a>
<br/>
<a class="footer-item modal-button" id="info">info</a>
|
<a class="footer-item modal-button" id="attribution">attribution</a>
|
<a class="footer-item" id="page-sauce" target="_blank">page sauce</a>
|
🐰🦊🐺🦌
</p>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>