mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
13 lines
No EOL
343 B
HTML
13 lines
No EOL
343 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="listview" class="listview"></div>
|
|
<iframe id="content" class="content expanding"></iframe>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html> |