mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Housekeeping
- Moving to HTMX integration - Improving links for local use - File structure - Hiding clutter
This commit is contained in:
10
core/404.html
Normal file
10
core/404.html
Normal 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
1
core/CNAME
Normal file
@@ -0,0 +1 @@
|
||||
cardconjurer.com
|
BIN
core/android-chrome-192x192.png
Normal file
BIN
core/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
core/android-chrome-512x512.png
Normal file
BIN
core/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
BIN
core/apple-touch-icon.png
Normal file
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
BIN
core/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 744 B |
BIN
core/favicon-32x32.png
Normal file
BIN
core/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
core/favicon.ico
Normal file
BIN
core/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
12
core/site.webmanifest
Normal file
12
core/site.webmanifest
Normal 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
43
core/sitemap.xml
Normal 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>
|
Reference in New Issue
Block a user