-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
34 lines (34 loc) · 1.77 KB
/
index.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
<!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="An easy way to play Google Snake with mods - no extensions or bookmarks required! Now works on mobile as well. No ads, no nonsense."></head>
<title>Google Snake Mods</title>
<link rel="icon" type="image/png" href="/img/snake_logo.png">
<link href="//fonts.googleapis.com/css?family=Roboto:500" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav>
<div style="flex-grow: 1"><a href="v/current/">Play modded snake</a></div>
<div class="wide-only"><a href="about.html">About</a></div>
<div class="wide-only"><a href="https://discord.gg/NA6vHg62An">Discord</a></div>
<div class="wide-only"><a href="https://snakestats.netlify.app/">SnakeStats</a></div>
<div class="thin-dropdown">
<span style="color: aqua; font-family: Roboto, Arial, sans-serif; text-decoration: underline; user-select:none; padding-left:15px">Links</span>
<div class="dropdown-content">
<div><a href="about.html">About</a></div>
<div><a href="https://discord.gg/NA6vHg62An">Discord</a></div>
<div><a href="https://snakestats.netlify.app/">SnakeStats</a></div>
</div>
</div>
</nav>
<h1>Google Snake with Mods</h1>
<p>
This site is run by <a href="https://github.com/DarkSnakeGang">DarkSnakeGang</a>, a group of dedicated modders responsible for all of the popular Google Snake mods.
We made this site as an easier way to play the Snake mods without needing to download anything. It is also the only way to play Google Snake Mods on mobile.
</p>
<a class="button-29 fake-button" href="v/current/">PLAY</a>
</body>
</html>