/[osn-commons]/trunk/freehttpd/html/default_layout.html
ViewVC logotype

Annotation of /trunk/freehttpd/html/default_layout.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 46 - (hide annotations)
Mon Aug 12 16:55:32 2024 UTC (7 months, 3 weeks ago) by rakinar2
File MIME type: text/html
File size: 426 byte(s)
feat(freehttpd): better error handling
1 rakinar2 46 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2     <html lang="en">
3     <head>
4     <meta charset="UTF-8">
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     <title>{FREEHTTPD_STATUS} {FREEHTTPD_STATUS_TEXT}</title>
7     </head>
8     <body>
9     <h1>{FREEHTTPD_STATUS} {FREEHTTPD_STATUS_TEXT}</h1>
10     <p>{FREEHTTPD_STATUS_DESCRIPTION}</p>
11     <hr>
12     <address>{FREEHTTPD_SIGNATURE}</address>
13     </body>
14     </html>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26