14 lines
356 B
HTML
14 lines
356 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Wipforth</title>
|
|
<link rel="stylesheet" type="text/css" href="styles.css"/>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript" src="emu.js"></script>
|
|
<div id="output">I'm afraid you need javascript enabled for this to work :(
|
|
|
|
cringe, I know... but I promise there are no frameworks™</div>
|
|
</body>
|
|
</html>
|