Add a landing page for the two documentation branches

(Not currently included in packaging.)
This commit is contained in:
2018-06-24 12:56:17 -04:00
parent 5be60ddda7
commit c1a3ff2a44

40
doc/index.html Normal file
View File

@@ -0,0 +1,40 @@
<html>
<head>
<title>Open Blades of Exile Documentation</title>
<style>
body {
background-image: url('img/background.gif');
margin: 10% 30%;
}
h1 {
text-align: center;
margin: 2pc;
}
p {
margin: 2pc;
}
ul {
padding-left: 2.6rem;
list-style-type: none;
}
ul li {
padding-left: 2.6rem;
margin: 0.4pc;
background-image: url('img/boe.gif');
background-position: 0 0;
background-size: 2rem 2rem;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<h1>Blades of Exile Documentation</h1>
<p>Welcome to the home page for the Blades of Exile official documentation! There are two different manuals available - one for players, and one for scenario designers.
<ul>
<li><a href="game/Contents.html">Game Manual</a><br>
<span style="font-size: 80%">For players</span>
<li><a href="editor/Contents.html">Scenario Editor Reference</a><br>
<span style="font-size: 80%">For scenario designers</span>
</ul>
</body>
</html>