mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-07 14:50:56 +00:00
16 lines
248 B
HTML
16 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>
|