mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 08:42:00 +02:00
timeout fixes, UTF8 for templates
This commit is contained in:
parent
14480062ba
commit
52713937c5
5 changed files with 10 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
doctype html
|
||||
html
|
||||
head
|
||||
meta charset="utf-8"
|
||||
title #{template_site_title @site.username} - Front Page
|
||||
body
|
||||
p This is a new page! Coming soon.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
html
|
||||
head
|
||||
meta charset="utf-8"
|
||||
title #{template_site_title @site.username} - Not Found
|
||||
body
|
||||
p The requested page was not found.
|
||||
p The requested page was not found.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue