First commit
This commit is contained in:
44
index.html~
Normal file
44
index.html~
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Server Zone</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<main class="container">
|
||||
<h1>Server Zone</h1>
|
||||
|
||||
<!-- Status Section -->
|
||||
<section class="card">
|
||||
<h2>Status</h2>
|
||||
<p>
|
||||
Server Status:
|
||||
<span id="status" class="badge neutral">Loading...</span>
|
||||
</p>
|
||||
<p>
|
||||
Health:
|
||||
<span id="health" class="badge neutral">Loading...</span>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="card">
|
||||
<h2>Build</h2>
|
||||
<button id="buildBtn">Run Build Script</button>
|
||||
<p id="buildResult" class="muted">Idle</p>
|
||||
|
||||
<pre id="logOutput" class="log-box"></pre>
|
||||
</section>
|
||||
<section class="card">
|
||||
<h2>Org Roam</h2>
|
||||
<button id="orgRoamBtn">Run Org Roam Make</button>
|
||||
<p id="orgRoamResult" class="muted">Idle</p>
|
||||
<pre id="orgRoamLogs" class="log-box"></pre>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<script src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user