2017-08-27 05:13:48 +00:00
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>Westeroscraft Launcher</title>
|
|
|
|
<script src="./assets/js/script.js"></script>
|
|
|
|
<link type="text/css" rel="stylesheet" href="./assets/css/launcher.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<% include frame.ejs %>
|
|
|
|
<div id="doc">
|
2017-08-27 07:49:03 +00:00
|
|
|
<button id="test_btn">Debug</button>
|
2017-08-27 05:13:48 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|