-
Notifications
You must be signed in to change notification settings - Fork 57
/
adddown.html
33 lines (27 loc) · 1.01 KB
/
adddown.html
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
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>添加离线下载</title>
<meta name="robots,Baiduspider" content="noindex,noarchive,nofollow">
<link rel="stylesheet" href="css/style.css" />
<link rel="canonical" href="http://<?php echo $sitehost ?>/file/" />
</head>
<body>
<div class="navbar"><div class="navbar-inner"><div class="container"><ul class="nav">
<li><a href="http://www.loveno.net/">星光天文</a></li>
<li class="navbar"><a href="index.php">离线下载列表</a></li>
<li class="active"><a href="index.php">添加资源</a></li>
</ul></div></div></div>
<div class="container"><div class="hero-unit">
<h3>添加离线下载资源</h3>
<div class="login">
<form action="adddown.php" method="post">
<label> URL:</label>
<input type="text" name="url" required />
<span></span>
<input type="submit" value="提交" />
</form>
</div>
</body>
</html>