-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
geo.html
38 lines (38 loc) · 1.4 KB
/
geo.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Geometry Dash Levels</title>
<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/>
<link href="stuffstyle.css" rel="stylesheet" type="text/css" />
<link rel="preload" as="image" href="bg serious.jpg">
<link rel="prefetch" as="document" href="./">
<link rel="prefetch" href="https://scratch.mit.edu/studios/4002529">
<div class="back">
<a href="./g.html">Back</a>
</div>
<h1>Geometry Dash Levels</h1>
</head>
<body>
<div class="geo">
<a href="./g/s.html" target="_blank" rel="noopener noreferrer">Levels 1-3</a>
<br>
<a href='./g/s2.html' target="_blank" rel="noopener noreferrer">Levels 4-6</a>
<br>
<a href='./g/s3.html' target="_blank" rel="noopener noreferrer">Levels 7-8</a>
<br>
<a href='./g/s4.html' target="_blank" rel="noopener noreferrer">Levels 9-13</a>
<br>
<a href='./g/s5.html' target="_blank" rel="noopener noreferrer">Level 14</a>
<br>
<a href='./g/s6.html' target="_blank" rel="noopener noreferrer">Level 15</a>
<br>
<a href="./g/s7.html" target="_blank" rel="noopener noreferrer">Levels 16-21</a>
<br>
<a href='https://scratch.mit.edu/studios/4002529' target="_blank" rel="noopener noreferrer">Geometry Dash Online Levels</a>
<br>
<div class="mirrors">
<b>(Online levels only work if scratch is unblocked)</b>
</div>
<br>