mirror of https://github.com/dirtbags/moth.git
11 lines
225 B
HTML
11 lines
225 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Puzzle Viewer</title>
|
||
|
<link rel="stylesheet" href="index.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<object type="text/html" data="puzzle.html"></object>
|
||
|
</body>
|
||
|
</html>
|