Housekeeping

- Moving to HTMX integration
- Improving links for local use
- File structure
- Hiding clutter
This commit is contained in:
MrTeferi
2022-11-21 16:17:13 -06:00
parent 70c8990024
commit 432bdc998b
34 changed files with 202 additions and 457 deletions

10
core/404.html Normal file
View File

@@ -0,0 +1,10 @@
<!-- START OF CONTENT -->
<title>404 - Card Conjurer</title>
<div class='layer center'>
<h2 class='padding margin-bottom' style='font-size: 10rem;'>404</h2>
<h4 class='padding'>Page Not Found</h4>
</div>
<div class='layer center'>
<h4 class='padding'>The page you seek is as lost as Fblthp.</h4>
</div>
<!-- END OF CONTENT -->

1
core/CNAME Normal file
View File

@@ -0,0 +1 @@
cardconjurer.com

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

BIN
core/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
core/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

BIN
core/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
core/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

12
core/site.webmanifest Normal file
View File

@@ -0,0 +1,12 @@
{
"name":"Card Conjurer",
"short_name":"CC",
"icons":[
{"src":"/core/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},
{"src":"/core/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}
],
"theme_color":"#080808",
"background_color":"#080808",
"display":"standalone",
"start_url":"/creator/index.html"
}

43
core/sitemap.xml Normal file
View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 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">
<url>
<loc>https://cardconjurer.com/</loc>
<priority>1.00</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://cardconjurer.com/creator/</loc>
<priority>1.00</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://cardconjurer.com/legal/</loc>
<priority>0.80</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://cardconjurer.com/theme/</loc>
<priority>0.40</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://cardconjurer.com/about/</loc>
<priority>0.60</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://cardconjurer.com/phyrexian/</loc>
<priority>0.60</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://cardconjurer.com/askurza/</loc>
<priority>0.60</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://cardconjurer.com/old/</loc>
<priority>0.20</priority>
<changefreq>monthly</changefreq>
</url>
</urlset>