-
Notifications
You must be signed in to change notification settings - Fork 179
/
Copy pathtag.html
136 lines (134 loc) · 4.76 KB
/
tag.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
<!DOCTYPE html>
<html>
<head>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5598129470490010"
crossorigin="anonymous"
></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-Y71QM9DR66"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-Y71QM9DR66");
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title class="cloak" id="tab-title">Tag | MacVG</title>
<link class="favicon" rel="icon" type="image/x-icon" href="/logo.png" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav class="nav" id="nav">
<div class="overflowm shoot" id="overflowm">
<img src="media/bars-solid.svg" alt="Menu" class="shoot" />
</div>
<a href="/macvg/" class="logo2" style="background-color: transparent">
<img src="/macvg/media/macvg-logo.png" alt="MacVG Logo" />
</a>
<a href="new.html" class="nav-link">New</a>
<a href="trending.html" class="nav-link">Trending</a>
<a href="recent.html" class="nav-link">Recent</a>
<a href="/macvg/settings.html" class="nav-link">Settings</a>
<div class="right">
<div class="select help-menu">
<span class="help-label help-menu">Originals</span>
<img src="media/caret.svg" class="caret help-menu" id="caret" />
<ul id="cats" class="cats help-menu">
<a href="/macvg/originals/atomic/" target="_blank"
>Atomic Clicker</a
>
<a href="/macvg/originals/macboard/" target="_blank">MacBoard</a>
</ul>
</div>
<div class="select help-menu">
<span class="help-label help-menu">Help</span>
<img src="media/caret.svg" class="caret help-menu" id="caret" />
<ul id="cats" class="cats help-menu">
<a href="/macblog/projects/macvg/" target="_blank">About</a>
<a href="/macblog/updates/macvg/" target="_blank">Updates</a>
<a href="/macblog/projects/macvg/" target="_blank">Docs</a>
<a href="https://forms.gle/UpHgbAmLtUPCD5bs8" target="_blank"
>Feedback</a
>
</ul>
</div>
<img src="media/profile.svg" class="profile" id="profile" />
</div>
</nav>
<div class="macsidebar" id="sidebar">
<a href="/"><img src="/logo.png" alt="" /></a>
<a href="/macideas/"><img src="/MacIdeas Logo.png" alt="" /></a>
<a href="/maclearn/"><img src="/MacLearn Logo.png" alt="" /></a>
<a href="/mactime/"><img src="/MacTime Logo.png" alt="" /></a>
<a href="/macvg/"><img src="/MacVG Logo.png" alt="" /></a>
<a href="/macblog/"><img src="/MacBlog Logo.png" alt="" /></a>
</div>
<div class="wrap" style="padding-bottom: 40px">
<header class="homeheader">
<div class="title" name="New Games" id="title">Two Player Games</div>
<div
class="sub"
style="
width: 65%;
margin-inline: 17.5%;
text-align: left;
line-height: 30px;
"
id="description"
></div>
</header>
<div class="games-container" id="tag-list"></div>
<div class="ad-container">
<!-- MacVG homepage ads -->
<ins
class="adsbygoogle"
data-ad-client="ca-pub-5598129470490010"
data-ad-slot="3087664545"
data-ad-format="auto"
data-full-width-responsive="true"
></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<footer class="footer">
© 2024 <a href="/">MacWeb</a
><span style="color: black; user-select: none; background-color: black"
>MacVG</span
>
All rights reserved<br />
Have fun playing these unblocked fun games!🎮🎮🎮<br
style="margin-bottom: 10px"
/>
<a
href="https://github.com/Mac-Web/macvg"
target="_blank"
style="padding-inline: 10px; text-decoration: underline"
>GitHub</a
>
<a
href="https://www.youtube.com/channel/UCE2BzeKnoYbaL4B2Iidz2ag"
target="_blank"
style="padding-inline: 10px; text-decoration: underline"
>YouTube</a
>
<a
href="https://www.youtube.com/watch?v=xvFZjo5PgG0"
target="_blank"
style="padding-inline: 10px; text-decoration: underline"
>More games!</a
>
</footer>
<script src="tag.js"></script>
<script src="app.js"></script>
</body>
</html>