update
This commit is contained in:
34
admin/index.html
Normal file
34
admin/index.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link rel="stylesheet" href="pico.css" type="text/css">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
<title>Content dispenser admin</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="pwdentry">
|
||||
<input type="password" id="pwdbox">
|
||||
<button id="submitpwd">Login</button>
|
||||
</div>
|
||||
|
||||
<div id="indexmanagement">
|
||||
<h1>Link manager:</h1>
|
||||
<div id="linkslist">
|
||||
|
||||
</div>
|
||||
<h1>Content manager:</h1>
|
||||
<div id="contentlist">
|
||||
|
||||
</div>
|
||||
<h1>Log manager:</h1>
|
||||
<input type="text" id="logid"><button id="logget">Get log</button><br>
|
||||
<div id="loglist">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user