18 lines
628 B
HTML
18 lines
628 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Fable</title>
|
|
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<table class="server-statuses">
|
|
</table>
|
|
<p class="startup-text">Fable is running</p>
|
|
<button class="timeout-button">Inactivity timeout server:</button> <input type="number" class="timeout-text" />
|
|
<button class="heartbeat-button">Heartbeat server:</button> <input type="number" class="heartbeat-text" />
|
|
<table class="button-area"></table>
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html>
|