mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-20 12:20:53 +08:00
14 lines
378 B
HTML
14 lines
378 B
HTML
|
|
<html>
|
|
<head>
|
|
<title>Dungeon</title>
|
|
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="static/style.css">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript" src="static/script.js">
|
|
</script>
|
|
<div id="console"></div>
|
|
</body>
|
|
</html>
|