mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-13 11:52:14 +08:00
内置一个light theme
This commit is contained in:
29
web/index3.html
Normal file
29
web/index3.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ServerStatus</title>
|
||||
<link rel="shortcut icon" href="./assets/favicon-65bd9f8a.png" type="image/x-icon">
|
||||
<script type="module" crossorigin src="./assets/index-982ea826.js"></script>
|
||||
<link rel="stylesheet" href="./assets/index-282247e3.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="px-3 sm:px-6 min-h-screen relative">
|
||||
<h1 class="text-4xl font-bold py-4">
|
||||
<a href="/index3.html">Light<a> <a class="text-blue-500" href="/index.html">Default</a>
|
||||
</h1>
|
||||
<div id="app"></div>
|
||||
<div class="text-center absolute left-0 bottom-0 py-4 w-full">
|
||||
Powered by <a class="text-blue-500" href="https://github.com/zdz/ServerStatus-Rust"
|
||||
target="_blank">ServerStatus-Rust</a>.
|
||||
Theme <a class="text-blue-500" href="https://github.com/orilights/ServerStatus-Theme-Light"
|
||||
target="_blank">Light</a> by <a class="text-blue-500" href="https://orilight.top/" target="_blank">OriLight</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user