-
Notifications
You must be signed in to change notification settings - Fork 0
/
games.html
61 lines (54 loc) · 2.35 KB
/
games.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
<!DOCTYPE html>
<html>
<head>
<title>RagingFlamesOfficial's - Game Library</title>
<link rel="stylesheet" href="style-games.css">
<link rel="javascript" href="script-games.js">
</head>
<body>
<div class="library">
<div class="game">
<div class="game-wrapper">
<img src="https://cdn2.steamgriddb.com/file/sgdb-cdn/thumb/7973857b4d9a9d847a43fd754d724ff5.jpg"/>
<div class="gradient"></div>
</div>
</div>
<div class="game">
<div class="game-wrapper">
<img src="https://cdn2.steamgriddb.com/file/sgdb-cdn/grid/c1bc5c86e85cfdbe1fbf1cb6fff7a004.webp"/>
<div class="gradient"></div>
</div>
</div>
<div class="game">
<div class="game-wrapper">
<img src="https://cdn2.steamgriddb.com/file/sgdb-cdn/thumb/19c1e35bfe46ff3a45d8c6f112082293.jpg"/>
<div class="gradient"></div>
</div>
</div>
<div class="game">
<div class="game-wrapper">
<img src="https://cdn2.steamgriddb.com/file/sgdb-cdn/thumb/81211ad1023395bcf60b81236665dd9e.jpg"/>
<div class="gradient"></div>
</div>
</div>
<div class="game">
<div class="game-wrapper">
<img src="https://cdn2.steamgriddb.com/file/sgdb-cdn/thumb/cdc24d2f2b005603ca6fae1ed49c9ca3.jpg"/>
<div class="gradient"></div>
</div>
</div>
<div class="game">
<div class="game-wrapper">
<img src="https://cdn2.steamgriddb.com/file/sgdb-cdn/grid/2f6367c9e81126b82ea3eb1b315a7e87.png"/>
<div class="gradient"></div>
</div>
</div>
<div class="game">
<div class="game-wrapper">
<img src="https://cdn2.steamgriddb.com/file/sgdb-cdn/thumb/e3e1722f820ddecd940aef112451d88e.jpg"/>
<div class="gradient"></div>
</div>
</div>
</div>
</body>
</html>