UltimateZoneBuilder/Help/index.html
2020-10-11 05:50:15 +02:00

16 lines
No EOL
507 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Ultimate Doom Builder Manual</title>
<link href="index.css" rel="stylesheet" type="text/css" />
</head>
<body class="hbox">
<div id="sidepanel" class="sidepanel view vbox">
<input id="searchbox" class="searchbox view" type="text" placeholder="Search for..." />
<div id="listview" class="listview view expanding"></div>
</div>
<iframe id="content" class="content expanding"></iframe>
<script src="index.js"></script>
</body>
</html>