Files
ClassContent/历届学生/逯帅帅/项目开发/上课项目/聊天室/fontend/log.html
2024-09-27 02:06:13 +08:00

45 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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">
<title>Document</title>
<link rel="stylesheet" href="./css/clear.css">
<link rel="stylesheet" href="./css/pub.css">
<link rel="stylesheet" href="./css/log.css">
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/zui/1.9.2/css/zui.min.css">
</head>
<body>
<div class="header comm">
<img src="./img/1.jpg" alt="" data-toggle="modal" data-target="#myModal">
<input type="number" placeholder="请输入房间号">
<input type="text" placeholder="请输入昵称">
<div class="login">登录</div>
</div>
<div class="modal fade" id="myModal">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">关闭</span></button>
<h4 class="modal-title">请选择头像</h4>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary submit">确定</button>
</div>
</div>
</div>
</div>
</body>
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/zui/1.9.2/js/zui.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/socket.io/2.3.0/socket.io.js"></script>
<script src="./js/config/index.js"></script>
<script src="./js/utils/socket.js"></script>
<script src="./js/log.js"></script>
</html>