forked from Forgotten-Fables/Forgotten-Fables.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 715 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 715 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
<!DOCTYPE html>
<html>
<head>
<title>Forgotten Fables</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<script type="text/javascript" src="script.js"></script>
<div id="navbar">
<a href="team.html">The Team</a>
<button onclick="fablesMenuShow()">The Fables</button>
<a class="fables" href="fables/fable1.html">Fable 1</a>
</div>
<div id="intro">
<h1>Forgotten Fables</h1>
<p>
Forgotten Fables is an upcoming large content mod for
<a
href="https://store.steampowered.com/app/1426300/The_Binding_of_Isaac_Repentance/"
>The Binding of Isaac Repentance</a
>
</p>
</div>
</body>
</html>