mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 11:51:25 +00:00
16 lines
No EOL
507 B
HTML
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> |