-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwechat.html
More file actions
27 lines (25 loc) · 813 Bytes
/
Copy pathwechat.html
File metadata and controls
27 lines (25 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link
rel="stylesheet"
href="/assets/css/bootstrap.min.css"
type="text/css"
/>
</head>
<body>
{% if User %}
<div>Email: {{User.email}}</div>
{% else %} {% endif %}
<img src="/sinaimg" alt="telangpu" />
<img
src="/assets/image/knex-loader-blue.png"
alt="knex-loader-blue.png"
/>
<textarea></textarea>
<script src="/assets/js/jquery-3.5.1.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script type="module" src="/assets/js/websocket.js"></script>
</body>
</html>