Fable app
This commit is contained in:
17
RaftFable/public/index.html
Normal file
17
RaftFable/public/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!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>
|
Reference in New Issue
Block a user