admin.html 877 字节
Newer Older
H
hjdhnx 已提交
1 2 3
<!DOCTYPE html>
<html lang="en">
<head>
H
hjdhnx 已提交
4 5 6 7 8
    <meta charset="utf-8">
  <title>管理员操作中心</title>
  <meta name="description" content="particles.js is a lightweight JavaScript library for creating particles.">
  <meta name="author" content="道长"/>
  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
H
hjdhnx 已提交
9
    <link rel="stylesheet" media="screen" href="/static/css/admin.css">
H
hjdhnx 已提交
10
  <link rel="icon" href="/static/img/logo.png" type="image/x-icon">
H
hjdhnx 已提交
11 12
</head>
<body>
H
hjdhnx 已提交
13
<h2 class="title">欢迎使用py_dr管理员界面</h2>
H
hjdhnx 已提交
14
<p>你可以在此页面在线上传规则文件到js目录或者删除js目录的文件</p>
H
hjdhnx 已提交
15 16 17 18
 <form action = "/upload" method = "POST" enctype = "multipart/form-data">
     <input type = "file" name = "file" />
     <input type = "submit" value="提交"/>
</form>
H
hjdhnx 已提交
19 20
</body>
</html>