完成UI的基本框架设计

This commit is contained in:
2023-12-16 04:38:43 +00:00
parent 2add648b32
commit 76952cc393
3 changed files with 210 additions and 11 deletions

13
frontend/Web/login.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>login - ZYM's Book Store</title>
<style>
</style>
</head>
<body>
<script src="/socket.io/socket.io.js"></script>
<script src="/communication.js"></script>
</body>
</html>