22 lines
No EOL
354 B
HTML
22 lines
No EOL
354 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Prismarine Viewer</title>
|
|
<link rel="stylesheet" href="app.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id='splash'>
|
|
<div class='header'>Prismarine Viewer</div>
|
|
|
|
<div>
|
|
<div>Connecting to 127.0.0.1, port 19132...</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="index.js"></script>
|
|
</body>
|
|
|
|
</html> |