Initial Commit

This commit is contained in:
Atlas Cove 2022-09-24 22:19:46 +01:00
commit 0c82403065
8 changed files with 80 additions and 0 deletions

BIN
img/av.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Lot of Things Not Here.</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>
<p><em>Welcome to the Atlas48 Archives!</em></p>
<p><img src="/img/ucbanner.gif" alt="The First Banner" /></p>
<p>Everythings slowly being set up and the like, so youll only be able to access here unless you know the layout.</p>
<p>I <em>may</em> make a sitemap, I may not. Just getting the infastructure set up.</p>
<p><img src="/img/ucbanner.gif" alt="The Second Banner" /></p>
</body>
</html>

BIN
neocities.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

32
not_found.html Normal file
View File

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> &mdash; Atlas Cove's Archives, various scraps of things and pages that may or may not be finished, some notes, some other things.</title>
<link rel="stylesheet" href="https://atlas48.neocities.org//assets/css/syntax.css" type="text/css" />
<link rel="stylesheet" href="/main.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<h1></h1>
</header>
<a href='https://atlas48.neocities.org//'>Home</a>&nbsp;<a href="https://atlas48.sdf.org/">Blog</a>
<hr>
<h1></h1>
<div class="container">
<h1>404</h1>
<p><strong>Page not found.</strong></p>
<p>The requested page could not be found.</p>
</div>
<hr>
<p><small><i>Built with <a href="https://jekyllrb.com/">Jekyll</a></i></small></p>
</body>
</html>

4
robots.txt Normal file
View File

@ -0,0 +1,4 @@
Sitemap: https://atlas48.neocities.org//sitemap.xml
User-Agent: *
Disallow: /

24
sitemap.xml Normal file
View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://atlas48.neocities.org//500.html</loc>
</url>
<url>
<loc>https://atlas48.neocities.org//dnd/crater-gulch/design.html</loc>
</url>
<url>
<loc>https://atlas48.neocities.org//dnd/crater-gulch/food.html</loc>
</url>
<url>
<loc>https://atlas48.neocities.org//dnd/crater-gulch/galchi.html</loc>
</url>
<url>
<loc>https://atlas48.neocities.org//</loc>
</url>
<url>
<loc>https://atlas48.neocities.org//dnd/crater-gulch/</loc>
</url>
<url>
<loc>https://atlas48.neocities.org//not_found.html</loc>
</url>
</urlset>

5
style.css Normal file
View File

@ -0,0 +1,5 @@
body {
background-color: white;
color: black;
font-family: Verdana;
}

BIN
ucbanner.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB