admin: introducing new page
This commit is contained in:
parent
08fb2ad37c
commit
185262b2e7
3 changed files with 49 additions and 0 deletions
23
static/admin.html
Normal file
23
static/admin.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>YouP0m Administration</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" media="all" href="/css/style.css">
|
||||
<script type="text/javascript" src="/js/prototype.js"></script>
|
||||
<script type="text/javascript" src="/js/youp0m.js"></script>
|
||||
<script type="text/javascript" src="/js/youp0m-admin.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome on YouP0m!</h1>
|
||||
<noscript>
|
||||
<p>
|
||||
You need a JavaScript capable browser to use this website.<br>
|
||||
Please enable-it or switch to a JavaScript capable browser.
|
||||
</p>
|
||||
</noscript>
|
||||
<script type="text/javascript">
|
||||
document.write("<h2>We are loading the newest cute pictures for you, please wait…</h2>");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue