first commit

This commit is contained in:
编码猿
2024-09-27 01:01:17 +08:00
commit 14b8ae24fa
198 changed files with 22193 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Übersicht</title>
<base href="/" />
<meta name="referrer" content="no-referrer" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="stylesheet" type="text/css" href="userMain.css" />
<script type="text/javascript" src="client.js"></script>
</head>
<body>
<div id="uebersicht"></div>
</body>
</html>