Browse Source

sostituito copyright con licenza CC

db_access
Andrea Papotti 13 years ago
parent
commit
a0a393d0be
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      static/index.html

+ 1
- 2
static/index.html View File

@@ -9,14 +9,13 @@
<ul> <ul>
<li><a href="/">test index page</a></li> <li><a href="/">test index page</a></li>
<li><a href="/hello">test simple page (hello world)</a></li> <li><a href="/hello">test simple page (hello world)</a></li>
<li><a href="/mysql">test MYSQL access</a></li>
<li><a href="/demo">test autorouting</a></li> <li><a href="/demo">test autorouting</a></li>
<li><a href="/demo/due">test autorouting (longest path possible)</a></li> <li><a href="/demo/due">test autorouting (longest path possible)</a></li>
<li><a href="/demo/sql">test sql access</a></li> <li><a href="/demo/sql">test sql access</a></li>
</ul> </ul>
<div style="position:fixed; bottom:0; right:0;"> <div style="position:fixed; bottom:0; right:0;">
<img src="/favicon.ico" style="vertical-align: middle;"> <img src="/favicon.ico" style="vertical-align: middle;">
nanoWSGI &copy; 2012, Alchimie Digitali S.r.l.
nanoWSGI&#0153; (CC) 2012, Alchimie Digitali S.r.l.
</div> </div>
</body> </body>
</htm> </htm>

Loading…
Cancel
Save