-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapping.html
More file actions
60 lines (59 loc) · 2.33 KB
/
Copy pathmapping.html
File metadata and controls
60 lines (59 loc) · 2.33 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mapping YardFrag MK</title>
<link rel="stylesheet" href="style.css?v0=4">
<script data-goatcounter="https://yardfragmk.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<header>
<img src="../img/x2.png" alt="">
</header>
<div class="main">
<aside class="left">
<h3>Games
<br>
===============
</h3>
<a href="games/goblet-of-blood.html">Goblet of Blood</a>
<br>
<a href="games/sign-of-evil.html">Sign of Evil</a>
<br>
<a href="games/wing-arena.html">Wing Arena</a>
<br>
<h3>Pages
<br>
===============
</h3>
<a href="Yardtech/yardtech-1.html">Yardtech</a>
<br>
<a href="projects/projects.html">Projects</a>
<br>
<a href="mapping.html">Mapping</a>
<br>
<h3>Links
<br>
===============
</h3>
<a href="https://www.youtube.com/@YardFragMK">Youtube</a>
<br>
<a href="https://github.com/YardFragMK">Github</a>
<br>
<a href="https://www.moddb.com/members/fragyard">ModDB</a>
<br>
<a href="https://community.lambdageneration.com/user/yardfragmk">LambdaGeneration</a>
<br>
<a rel="me" href="https://mastodon.gamedev.place/@yardfragmk">Mastodon</a>
</aside>
<main class="content">
<h1>Mapping</h1>
<p>In my spare time, I am interested in creating maps for Half-Life and Counter-Strike.</p>
<a href="https://gamebanana.com/wips/101866">
<img src="https://gamebanana.com/wips/embeddables/101866?type=large"/></a>
</main>
</div>
</div>
</body>
</html>