This commit is contained in:
Plucky
2022-10-15 18:11:32 +08:00
commit 2057476c85
34 changed files with 7386 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<title>Dashboard</title>
</head>
<body>
<div id="main"></div>
<div class="lg:hidden bg-black"></div>
</body>
</html>