Delete templates directory

Signed-off-by: yezhengcool <144301781+yezhengcool@users.noreply.github.com>
This commit is contained in:
yezhengcool
2024-03-29 17:37:11 +08:00
committed by GitHub
parent 41f4c176b6
commit 78f0b1eedd
6 changed files with 0 additions and 218 deletions

View File

@@ -1,11 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h3>详细信息</h3>
递四方速递发生发顺丰的大师放的防守打法似懂非懂
</body>
</html>

View File

@@ -1,23 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>商品</title>
</head>
<body>
<h1>商品列表</h1>
<a href="https://www.mi.com/shop/buy/detail?product_id=19446" target="_blank">
<img src="/static/2.png"/>
</a>
<a href="https://www.mi.com/shop/buy/detail?product_id=19432" target="_blank">
<img src="/static/3.png"/>
</a>
<a href="https://www.mi.com/shop/buy/detail?product_id=19446" target="_blank">
<img src="/static/4.png"/>
</a>
</body>
</html>

View File

@@ -1,31 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>用户登录</title>
<style>
.c1 {
color: red;
}
.c2 {
height: 50px;
}
</style>
</head>
<body>
<h1 class="c1">用户登录</h1>
<form method="post" action="/login">
<div class="c2">
用户名: <input type="text" name="username"/>
</div>
<div class="c2">
密码: <input type="password" name="password"/>
</div>
<input type="submit" value="登录"/>
</form>
</body>
</html>

View File

@@ -1,55 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="/static/commons.css">
</head>
<body>
<h1 class="xx">用户注册</h1>
<form method="post" action="/register">
<div>
用户名: <input type="text"/>
</div>
<div>
密码: <input type="password"/>
</div>
<div>
性别:
<input type="radio">
<input type="radio">
</div>
<div>
爱好:
<input type="checkbox">篮球
<input type="checkbox">足球
<input type="checkbox">乒乓球
</div>
<div>
城市:
<select>
<option>北京</option>
<option>上海</option>
<option>深圳</option>
</select>
</div>
<div>
擅长领域:
<select multiple>
<option>打游戏</option>
<option>睡觉</option>
<option>吃饭</option>
<option>刷抖音</option>
</select>
</div>
<div>
备注:
<textarea></textarea>
</div>
<div>
<input type="submit" value="注册"/>
</div>
</form>
</body>
</html>

View File

@@ -1,20 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>我的地盘</title>
</head>
<body>
<h1>登录</h1>
<input type="text" /><br/>
<input type="password" /><br/>
<input type="submit" value="提交" />
</body>
</html>

View File

@@ -1,78 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>用户</title>
</head>
<body>
<h1>用户列表</h1>
<table border="1px">
<thead>
<tr>
<th>ID</th>
<th>头像</th>
<th>姓名</th>
<th>邮箱</th>
<th>更多信息</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><img src="/static/1.png" alt="" width="100px" height="50px"></td>
<td>墨雨轩</td>
<td>123456@qq.com</td>
<td>
<a href="/show/info">点击查看详细</a>
</td>
<td>
<a href="/delete/1">修改</a>
<a href="/update/1">删除</a>
</td>
</tr>
<tr>
<td>2</td>
<td><img src="/static/1.png" alt="" width="100px" height="50px"></td>
<td>墨雨轩</td>
<td>123456@qq.com</td>
<td>
<a href="/show/info">点击查看详细</a>
</td>
<td>
<a href="/update/1">修改</a>
<a href="/delete/1">删除</a>
</td>
</tr>
<tr>
<td>3</td>
<td><img src="/static/1.png" alt="" width="100px" height="50px"></td>
<td>墨雨轩</td>
<td>123456@qq.com</td>
<td>
<a href="/show/info">点击查看详细</a>
</td>
<td>
<a href="/delete/1">修改</a>
<a href="/update/1">删除</a>
</td>
</tr>
<tr>
<td>4</td>
<td><img src="/static/1.png" alt="" width="100px" height="50px"></td>
<td>墨雨轩</td>
<td>123456@qq.com</td>
<td>
<a href="/show/info">点击查看详细</a>
</td>
<td>
<a href="/delete/1">修改</a>
<a href="/update/1">删除</a>
</td>
</tr>
</tbody>
</table>
</body>
</html>