40 lines
1.0 KiB
HTML
40 lines
1.0 KiB
HTML
<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> |