first commit

This commit is contained in:
2021-08-29 00:01:04 +08:00
commit 110ef3a578
60 changed files with 405 additions and 0 deletions

13
lightdm/index.html Normal file
View File

@@ -0,0 +1,13 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<script src="../_vendor/js/jquery.min.js"></script>
</head>
<body>
<input type="text" id="input" placeholder="user" name="input">
<script src="main.js"></script>
</body>
</html>