mirror of
https://github.com/zhigang1992/pick-web.git
synced 2026-01-12 08:14:26 +08:00
17 lines
498 B
HTML
17 lines
498 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Edit</title>
|
|
<script src="jquery.js" charset="utf-8"></script>
|
|
<script src="edit.js" charset="utf-8"></script>
|
|
<link rel="stylesheet" href="index.css" media="screen" title="no title" charset="utf-8">
|
|
</head>
|
|
<body class="edit">
|
|
<textarea name="name" class="js-edit-box edit-box"></textarea>
|
|
<div class="submit-button-wrapper">
|
|
<div class="submit-button">上传</div>
|
|
</div>
|
|
</body>
|
|
</html>
|