-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.html
More file actions
21 lines (21 loc) · 751 Bytes
/
admin.html
File metadata and controls
21 lines (21 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>YTQuestion Admin</title>
<meta property="og:type" content="website" />
</head>
<body>
<h1 class="title">「<span id="title"></span>」の管理画面</h1>
<p id="nextdelete" class="send">削除して次へ</p>
<div class="box1">
<p id="nowc"></p>
<p id="nowid" style="display: none;"></p>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="admin.js"></script>
</body>
</html>