mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-30 22:48:30 +00:00
15 lines
248 B
HTML
15 lines
248 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Socket Server Stats Dashboard</title>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
{{template "header"}}
|
|
</div>
|
|
<div id="main">
|
|
{{template "content"}}
|
|
</div>
|
|
</body>
|
|
</html>
|