Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/public/500.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (show annotations) (download) (as text)
Sun Apr 27 12:01:59 2014 UTC (10 years ago) by opa
File MIME type: text/html
File size: 554 byte(s)


1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>500 Internal Server Error</title>
5 <style>
6 body{
7 text-align: center;
8 text-shadow:
9 1px 0px 4px silver,
10 0px 1px 4px silver,
11 -1px 0px 4px silver,
12 0px -1px 4px silver;
13 }
14 #title{
15 margin: 2em;
16 font-family: Zapfino, "Segoe Script", Script, cursive;
17 }
18 #message{
19 margin: 2em;
20 font-family: Courier-Bold, Meiryo, monospace;
21 }
22 </style>
23 </head>
24
25 <body>
26 <div id="title">
27 Yomeya
28 </div>
29 <div id="message">
30 500 Internal Server Error
31 </div>
32 </body>
33 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26