-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathavant-garde.html
178 lines (169 loc) · 5.53 KB
/
avant-garde.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Avant Garde</title>
<link rel="icon" type="image/x-icon" href="./favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./index.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&family=JetBrains+Mono&display=swap');
</style>
</head>
<body>
<div class="nav">
<input type="checkbox" id="nav-check">
<div class="nav-header">
<a class="nav-title" href="./index.html">
Offbeat
</a>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="nav-links">
<a href="./games.html">Games</a>
<a href="./movies.html">Movies</a>
<a href="./music.html">Music</a>
<a href="./index.html">About</a>
</div>
</div>
<hr>
<h1>Avant Garde<br>
<div class="description">A collection of short, obscure games that I found from all over the internet. These are
direct links.</div>
</h1>
<table>
<colgroup>
<col span="1" style="width: 15%;">
<col span="1" style="width: 75%;">
</colgroup>
<tbody>
<hr>
<tr>
<td>
<div class="date">
APR 16
</div>
<div class="year">2022</div>
</td>
<td>
<a class="header" target="_blank" href="https://store.steampowered.com/app/720660/Overloop/">
Overloop
</a>
</td>
</tr>
<tr>
<td>
<div class="date">
APR 14
</div>
<div class="year">2022</div>
</td>
<td>
<a class="header" target="_blank" href="https://haraiva.itch.io/under-a-star-called-sun">
Under a Star
</a>
</td>
</tr>
<tr>
<td>
<div class="date">
APR 13
</div>
<div class="year">2022</div>
</td>
<td>
<a class="header" target="_blank" href="https://v-os.ca/dotcycle">
DotCycle
</a>
</td>
</tr>
<tr>
<td>
<div class="date">
MAR 30
</div>
<div class="year">2022</div>
</td>
<td>
<a class="header" target="_blank"
href="https://www.molleindustria.org/everydaythesamedream/everydaythesamedream.html">
The same dream
</a>
</td>
</tr>
<tr>
<td>
<div class="date">
FEB 28
</div>
<div class="year">2022</div>
</td>
<td>
<a class="header" target="_blank" href="https://itsthetalia.itch.io/perfect-vermin">
Perfect Vermin
</a>
</td>
</tr>
<tr>
<td>
<div class="date">
FEB 9
</div>
<div class="year">2022</div>
</td>
<td>
<a class="header" target="_blank" href="https://dreamfeel.itch.io/curtain">
Curtain
</a>
</td>
</tr>
<tr>
<td>
<div class="date">
FEB 1
</div>
<div class="year">2022</div>
</td>
<td>
<a class="header" target="_blank" href="https://store.steampowered.com/app/391270/Fingerbones/">
Fingerbones
</a>
</td>
</tr>
<tr>
<td>
<div class="date">
JAN 29
</div>
<div class="year">2022</div>
</td>
<td>
<a class="header" target="_blank" href="https://almbkn.itch.io/legbreaker">
Legbreaker
</a>
</td>
</tr>
<tr>
<td>
<div class="date">
JAN 23
</div>
<div class="year">2022</div>
</td>
<td>
<a class="header" target="_blank" href="https://managore.itch.io/windowframe">
Windowframe
</a>
</td>
</tr>
</tbody>
</table>
</body>
</html>