forked from jetchg/Vladamir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgamebox.html
More file actions
114 lines (107 loc) · 3.79 KB
/
gamebox.html
File metadata and controls
114 lines (107 loc) · 3.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="The better unblocked games website." />
<meta name="keywords" content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git" />
<meta name="author" content="3kh0" />
<meta content="3kh0" property="og:title" />
<meta content="The better unblocked games website." property="og:description" />
<meta content="/images/logo.png" property="og:image" />
<link href="./images/logo.png" rel="icon" />
<link href="./css/index.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer></script>
<title>game box | Homies</title>
<style>
.container {
width: 1500px;
height: 200px;
background-color: rgb(0, 0, 0, 0) ;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.containerb {
width: 1500px;
height: 200px;
position: fixed;
bottom: 20px; /* adjust the value to your desired distance from the bottom */
margin: auto;
left: 0;
right: 0;
}
</style>
</head>
<body>
<div class="navbar">
<div class="navitems">
<img title = 'home' onclick="location.href='https://www.youtube.com/watch?v=dQw4w9WgXcQ'" src="./images/logo.png" class="navlogo" draggable="false" />
<a href="./">
<div class="navitem">Home</div>
</a>
<a href="./projects">
<div class="navitem" current>Games</div>
</a>
<a href="./extras">
<div class="navitem">Extras</div>
</a>
<a href="./blog">
<div class="navitem">Blog</div>
</a>
<a href="./settings">
<div class="navitem">Settings</div>
</a>
<a href="./about">
<div class="navitem">About</div>
</a>
</div>
</div>
<center>
<div class="container">
<a href="Roblox 1.html">
<img src="Roblox_Logo_2022-removebg-preview.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="nowggx.html">
<img src="nowgg.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="nowgg2x.html">
<img src="nowgg_2nd-removebg-preview.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="nowgg3x.html">
<img src="nowgg3rd-removebg-preview.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="nowgg4x.html">
<img src="nowgg4-removebg-preview.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="nowgg5x.html">
<img src="nowgg5-removebg-preview.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="https://chess.com/play">
<img src="phpmeXx6V.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="templeboom.html">
<img src="templeboom.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="dragonball.html">
<img src="maxresdefault (4).png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
<a href="HouseofHazards.html" >
<img src="houseofh.png" alt="Logo" style="width: 100px; height: 100px;" />
</a>
</div>
<div class="containerb">
<a href="poki.html">
<img src="poki.png" alt="Logo" style="width: 200px; height: 200px;" />
</a>
<a href="">
<img src="transparent.png" alt="Logo" style="width: 150px; height: 150px;" />
</a>
<a href="crazygames.html" >
<img src="Ziggy_Default.png" alt="Logo" style="width: 150px; height: 150px;" />
</a>
</div>
</center>