Fix svg display proportions in 403.html and update contact information in index.html

This commit is contained in:
Primrose 2023-03-25 23:08:30 -04:00
parent ee90d5c5a7
commit 759f1f6ccf
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
</head>
<body>
<h1>403 - Unauthorized</h1>
<img src="/assets/images/403.svg" width="20%" height="20%">
<img src="/assets/images/403.svg" width="300px" height="300px">
<h3>It looks like you don't have permission to access this resource.</h3>
<div>
<a href="/" class="button">🏠 Back to Home</a>

View file

@ -33,7 +33,7 @@
<h2>Contact Me</h2>
<p>If you would like to contact me, you may do so by sending an email to <a href="mailto:primrose@snowcake.me">primrose@snowcake.me</a>.</p>
<p>I typically respond within 24 hours of recieving an email, so if you do not hear back from me within that time frame, please check your spam folder.</p>
<p>If you would like to send a PGP encrypted email to me, my public PGP key can be found <a href="/public_key.asc">here</a>.</p>
<p>Alternatively, you may contact me via Matrix. My username is "@liliumsnow:snowcake.me".</p>
</div>
<br>
<br>