13 lines
309 B
HTML
13 lines
309 B
HTML
<!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> |