-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdeveloper.html
140 lines (121 loc) · 4.54 KB
/
developer.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
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
<!DOCTYPE html>
<!
██╗████████╗███████╗███╗░░██╗░█████╗░██████╗░██╗██╗░░░░░██╗
██║╚══██╔══╝╚════██║████╗░██║██╔══██╗██╔══██╗██║██║░░░░░██║
██║░░░██║░░░░░███╔═╝██╔██╗██║███████║██████╦╝██║██║░░░░░██║
██║░░░██║░░░██╔══╝░░██║╚████║██╔══██║██╔══██╗██║██║░░░░░╚═╝
██║░░░██║░░░███████╗██║░╚███║██║░░██║██████╦╝██║███████╗██╗
╚═╝░░░╚═╝░░░╚══════╝╚═╝░░╚══╝╚═╝░░╚═╝╚═════╝░╚═╝╚══════╝╚═╝
Thanks for taking a look at the source code! Maybe leave me a follow and subscribe? :D
<html>
<head>
<title>Nabil's Games | Developer</title>
<meta charset="UTF-8">
<meta name="theme-color" content="#36393F">
<meta property="og:image:url" content="https://i.ibb.co/n0DbR7k/Untitled-28-modified.png">
<meta property="og:image:secure_url" content="https://i.ibb.co/n0DbR7k/Untitled-28-modified.png">
<meta name="description" content="Play games online for free, unblocked!">
<link rel="icon" type="image/jpeg" sizes="180x180" href="https://i.ibb.co/n0DbR7k/Untitled-28-modified.png">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
<style>
body {
background-image: url('https://www.colorbook.io/imagecreator.php?hex=2e2e2e&width=1920&height=1080&text=%201920x1080');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
h1 {
font-family: 'Roboto', sans-serif;
color: #fff;
}
h2 {
font-family: 'Roboto', sans-serif;
color: #fff;
}
h3 {
font-family: 'Roboto', sans-serif;
color: #fff;
}
p {
text-decoration: none;
font-size: 1.0em;
line-height: 1.0em;
color: #fff;
font-family: 'Nunito', sans-serif;
}
div {
font-family: 'Roboto', sans-serif;
color: #fff;
}
div {
font-size: 1.0em;
line-height: 1.0em;
color: #fff;
}
a {
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: underline;
}
body {
margin: 50px auto;
width: 90%;
}
div {
font-family: 'Roboto', sans-serif;
color: #fff
}
* {
margin: 0;
padding: 0;
}
div#banner {
position: absolute;
top: 0;
left: 0;
background-color: #D43333;
width: 100%;
}
div#banner-content {
width: 450;
margin: 0 auto;
padding: 6px;
}
div#main-content {
padding-top: 70px;
}
</style>
</head>
<body>
<div id="banner">
<a href="https://forms.gle/3j27ux1BvZQzxhTLA"><div align="center"id="banner-content">
Have suggestions? Click me!
</div></a>
</div>
<p align="center">
<a href="index.html">Home</a>
﹒
<a href="play.html">Play</a>
﹒
<a href="developer.html">Developer</a>
﹒
<a href="changelog.html">Changelog</a>
﹒
<a href="controls.html">Controls</a>
﹒
<a href="domains.html">Domains</a>
</p>
<h1 align="center"><br>@NabilAFK<br></h1>
<div>
<p align="center">
<img src="https://github.com/NabilAFK/gb/blob/gh-pages/assets/img/imageedit_1_8792766851.gif?raw=true" width="15%">
<br>
<div align="center">
<br>What's up, I'm Nabil. I develop things for fun and for useful uses. <br>Subscribe to my YouTube channel and check out the changelog daily for new updates and other cool stuff.<br> I go to UHMS in California and I am in 7th grade.<br>
</div>
</p>
</body>
</html>