-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 943 Bytes
/
index.html
File metadata and controls
31 lines (28 loc) · 943 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" type="image/png" href="./ui/icon.png">
<title>The Big Book of Fire-Breathing Dragons</title>
<link rel="stylesheet" href="./ui/main.css">
<script src="../ui/main.js"></script>
<style>
body {
margin: 0 0;
}
</style>
</head>
<body>
<img src="./ui/icon.png" alt="logo" style="width:15%" />
<h1>
<b id="TBBOFBD">The Big Book of Fire-Breathing Dragons</b>
</h1>
<p>Video game modding made simple</p>
<h2>What is this?</h2>
This is a book about modding video games. It is a collection of tutorials, guides, and other resources for modding
games.<br>
It is a work in progress, and is currently in the early stages of development.<br>
Start reading <a href="./chapters/">here</a>!
</body>
</html>