-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
73 lines (66 loc) · 2.37 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
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<title>Docs - Arx Fatalis Mods and Tools</title>
<meta
name="description"
content="A list of Arx Fatalis related documents that are worth checking out either if you are a modder or you want to hack the game"
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta property="og:title" content="Docs - Arx Fatalis Mods and Tools" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://arx-tools.github.io/tools/" />
<meta
property="og:description"
content="A list of Arx Fatalis related documents that are worth checking out either if you are a modder or you want to hack the 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" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-46PP2G9DHR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-46PP2G9DHR");
</script>
</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><a href="/">Home</a></li>
<li>Docs</li>
</ul>
</nav>
</header>
<main>
<div>
<h2>Docs</h2>
<p>
<a href="/">« back</a>
</p>
<ul>
<li>
<a href="https://github.com/arx-tools/asl-cookbook" target="_blank">
<abbr title="Arx Scrtipting Language">ASL</abbr> cookbook
</a>
<span>Practical examples on how to do certain things with the Arx Scripting Language (ASL)</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 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>