mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
Basic creation of initial site
This commit is contained in:
parent
0aaf894fa3
commit
5deb20e264
5 changed files with 54 additions and 3 deletions
5
views/templates/index.slim
Normal file
5
views/templates/index.slim
Normal file
|
@ -0,0 +1,5 @@
|
|||
html
|
||||
head
|
||||
title #{template_site_title @site.username} - Front Page
|
||||
body
|
||||
p This is a new page! Coming soon.
|
5
views/templates/not_found.slim
Normal file
5
views/templates/not_found.slim
Normal file
|
@ -0,0 +1,5 @@
|
|||
html
|
||||
head
|
||||
title #{template_site_title @site.username} - Not Found
|
||||
body
|
||||
p The requested page was not found.
|
Loading…
Add table
Add a link
Reference in a new issue