forked from poweradmin/poweradmin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.html
59 lines (50 loc) · 2.71 KB
/
demo.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Poweradmin - Demo</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45589746-1', 'poweradmin.org');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
<header>
<p><a href="index.html"><img src="logo.png"></a></p>
<p>A web-based control panel for PowerDNS</p>
<ul>
<li><a href="https://sourceforge.net/projects/poweradmin/files/latest/download?source=directory">Download <strong>2.1.7 release</strong></a></li>
<li><a href="https://github.com/poweradmin/poweradmin/tarball/master">Download <strong>Bleeding edge</strong></a></li>
<li><a href="https://github.com/poweradmin/poweradmin">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<div style="text-align:right;">
<a href="index.html">Index</a>
<script>if (history.length > 1) { document.write(' | <a href="javascript:history.back()">Back</a>'); }</script>
</div>
<h2>Demo</h2>
<h3>Get a feel for the interface</h3>
<p>The demo will allow you to <a href="http://demo.poweradmin.org/">get a feel for the interface</a>. The interface is normally running the <a href="https://github.com/poweradmin/poweradmin/tarball/master">latest code</a>.</p>
<p>You can login as a user using the username and password "demo". There is no PowerDNS instance running against this database, it is just the Poweradmin interface and a mysql backend. The database is regularly emptied. Please be respectful to other users checking out the demo - so don't change the password of the demo user, for example (and if you do, it will be reset within a couple of hours anyway).</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/eg">eg</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>