-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
66 lines (61 loc) · 2.64 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Arx Fatalis Mods and Tools</title>
<meta name="description" content="A collection of maps, mods and editing tools for Arx Fatalis pc game" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta property="og:title" content="Arx Fatalis Mods and Tools" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://arx-tools.github.io" />
<meta property="og:description" content="A collection of maps, mods and editing tools for Arx Fatalis pc game" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Arx Fatalis Mods and Tools" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/style.css" media="screen" />
</head>
<body>
<header>
<img src="/arx-fatalis-logo.webp" alt="Arx Fatalis" />
<h1>Arx Fatalis Mods and Tools</h1>
<nav class="breadcrumbs">
You are here:
<ul>
<li>Home</li>
</ul>
</nav>
</header>
<main>
<div>
<h2>Contents</h2>
<p>
<small>
<em>
All maps and mods listed on this page are compatible with
<a href="https://github.com/fredlllll/ArxLibertatisModManager" target="_blank">ArxLibertatisModManager</a>
</em>
</small>
</p>
<ul>
<li><a href="/maps/">Maps</a> <span>A list of custom maps available for Arx Fatalis</span></li>
<li><a href="/mods/">Mods</a> <span>A list of modifications available for Arx Fatalis</span></li>
<li>
<a href="/pocs/">Proof of concepts</a>
<span>A random list of proof of concept / work in progress content for Arx Fatalis</span>
</li>
<li><a href="/tools/">Tools</a> <span>A list of tools for map making and modding Arx Fatalis</span></li>
<li><a href="/docs/">Docs</a> <span>A list of Arx Fatalis related documents that are worth reading</span></li>
<li>
<a href="/editor/" target="_blank">Editor (work in progress) - opens in new window</a>
<span>A gui tool for creating and editing Arx Fatalis maps here in your browser</span>
</li>
</ul>
</div>
</main>
<footer>
This website or the content on it is NOT in any ways connected to Arkane Studios, Bethesda or Microsoft. All is
made with ♥ by dedicated fans who try to keep the game alive.
<a href="https://github.com/arx-tools/arx-tools.github.io" target="_blank">website source</a>
</footer>
</body>
</html>