archive
/
tstatic
Archived
1
Fork 0

Change default page from some error page

This commit is contained in:
Jake Howard 2018-01-28 11:33:11 +00:00
parent 92a4fc3cda
commit 5d5f69c79e
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
</style>
</head>
<body>
<h1>Something's not right!</h1>
<p><strong>Sorry!</strong> Something has gone wrong while handling your request. Please try again later.</p>
<h1>TStatic File Server</h1>
<p>Add some content to your serve directory to get started</p>
</body>
</html>