Author: Sam Therapy <sam@samtherapy.net>
Date:   Sat Oct 15 23:16:27 2022 +0200

    commit message

    Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-15 21:25:13 +00:00
parent 0eb2d04782
commit 37f2bb6cc8
9 changed files with 32 additions and 0 deletions

1
.domains Normal file
View File

@ -0,0 +1 @@
samtherapy.xyz

View File

@ -0,0 +1,12 @@
{
"links": [
{
"rel": "urn:xmpp:alt-connections:xbosh",
"href": "https://xmpp.samtherapy.net/http-bind"
},
{
"rel": "urn:xmpp:alt-connections:websocket",
"href": "wss://xmpp.samtherapy.net/xmpp-websocket"
}
]
}

2
404.html Normal file
View File

@ -0,0 +1,2 @@
<!doctype html><meta charset=utf-8><meta content="width=device-width,initial-scale=1.0"name=viewport><link rel="shortcut icon"href=img/favicon.png><link href=styles/style.css rel=stylesheet><title>404 - There's Nothing Here</title><body><h1>Well, how did I get here?</h1><p>Would you like to <a href=/>return</a>?<pre><code class="language-ts hljs language-typescript"><span class="hljs-variable language_">window</span>.<span class=hljs-property>location</span>.<span class="hljs-title function_">replace</span>(<span class=hljs-string>"/"</span>);
</code></pre>

BIN
img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

1
index.html Normal file
View File

@ -0,0 +1 @@
<!doctype html><meta charset=utf-8><meta content="width=device-width,initial-scale=1.0"name=viewport><link rel="shortcut icon"href=img/favicon.png><link href=styles/style.css rel=stylesheet><title>Sam Site 2.0</title><body><header class=container><hgroup><h1>Sam Site 2.0</h1><h2>Stuff</h2></hgroup></header><main class=container><p>There was a website here. There isn't anymore.<p>There will be, eventually.</main>

4
robots.txt Normal file
View File

@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://samtherapy.net/sitemap.xml

6
sitemap.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://samtherapy.net/</loc><lastmod>2022-10-15T21:24:39.629Z</lastmod>
</url>
</urlset>

5
styles/style.css Normal file

File diff suppressed because one or more lines are too long

1
styles/style.css.map Normal file

File diff suppressed because one or more lines are too long