mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
included all dev and production files for new redesign. the index file has a different layout than the interior page files. for more in-depth look into how these are set up, look in the templates > includes & layouts folders. I used .liquid files to create these pages, and all the content for the files are in there, with the base layout stuff in the includes and layout files. check the converted-html folder to see how everything should look. (test it on an android phone. should look good now) :)
11 lines
No EOL
364 B
Text
11 lines
No EOL
364 B
Text
{% block content %}
|
|
<section class="content">
|
|
|
|
<h1 class="giga">404</h1>
|
|
<p>Normally a 'sorry, but bla bla bla' message would go here. But quite frankly, you probably did something stupid.</p>
|
|
<p>
|
|
Use the navigation above to go to one of the pages you clearly didn't know how to spell into your address bar.
|
|
</p>
|
|
|
|
</section> <!-- end .content -->
|
|
{% endblock %} |