25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!doctype html>
- <html>
- <head>
- <title>nanoWSGI</title>
- </head>
- <body>
- <img src="/logo.png" alt="" width="540" height="160">
- <h1>Elenco funzioni disponibili</h1>
- <ul>
- <li><a href="/">test index page</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/due">test autorouting (longest path possible)</a></li>
- </ul>
- <div style="position:fixed; bottom:0; right:0;">
- <img src="/favicon.ico" style="vertical-align: middle;">
- nanoWSGI © 2012, Alchimie Digitali S.r.l.
- </div>
- </body>
- </htm>
|