Make license clearer and fix indentation issues in various files (thank you to https://speedie.site for bringing this to my attention)
This commit is contained in:
parent
7c01c13b03
commit
cfe047cd35
7 changed files with 52 additions and 61 deletions
34
403.html
34
403.html
|
@ -1,23 +1,21 @@
|
||||||
<!--Copyright © 2023 Lilium_Snow-->
|
<!--Copyright © 2023 Lilium_Snow-->
|
||||||
<!--The code herein is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License, and may only be used in compliance with the aformentioned license.-->
|
<!--See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details-->
|
||||||
<!--You may get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>Unauthorized - Snowcake</title>
|
<title>Unauthorized - Snowcake</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
|
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
|
||||||
<link rel="stylesheet" href="/main_theme.css">
|
<link rel="stylesheet" href="/main_theme.css">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>403 - Unauthorized</h1>
|
<h1>403 - Unauthorized</h1>
|
||||||
<img src="/assets/images/403.svg" width="300px" height="300px">
|
<img src="/assets/images/403.svg" width="300px" height="300px">
|
||||||
<h3>It looks like you don't have permission to access this resource.</h3>
|
<h3>It looks like you don't have permission to access this resource.</h3>
|
||||||
<div>
|
<div>
|
||||||
<a href="/" class="button">🏠 Back to Home</a>
|
<a href="/" class="button">🏠 Back to Home</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
34
404.html
34
404.html
|
@ -1,23 +1,21 @@
|
||||||
<!--Copyright © 2023 Lilium_Snow-->
|
<!--Copyright © 2023 Lilium_Snow-->
|
||||||
<!--The code herein is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License, and may only be used in compliance with the aformentioned license.-->
|
<!--See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details-->
|
||||||
<!--You may get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>Not Found - Snowcake</title>
|
<title>Not Found - Snowcake</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
|
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
|
||||||
<link rel="stylesheet" href="/main_theme.css">
|
<link rel="stylesheet" href="/main_theme.css">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>404 - Not Found</h1>
|
<h1>404 - Not Found</h1>
|
||||||
<img src="/assets/images/404.svg" width="300px" height="300px">
|
<img src="/assets/images/404.svg" width="300px" height="300px">
|
||||||
<h3>The server was not able to find the resource that you have requested.</h3>
|
<h3>The server was not able to find the resource that you have requested.</h3>
|
||||||
<div>
|
<div>
|
||||||
<a href="/" class="button">🏠 Back to Home</a>
|
<a href="/" class="button">🏠 Back to Home</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
30
500.html
30
500.html
|
@ -1,21 +1,19 @@
|
||||||
<!--Copyright © 2023 Lilium_Snow-->
|
<!--Copyright © 2023 Lilium_Snow-->
|
||||||
<!--The code herein is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License, and may only be used in compliance with the aformentioned license.-->
|
<!--See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details-->
|
||||||
<!--You may get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>Internal Server Error - Snowcake</title>
|
<title>Internal Server Error - Snowcake</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
|
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
|
||||||
<link rel="stylesheet" href="/main_theme.css">
|
<link rel="stylesheet" href="/main_theme.css">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>500 - Internal Server Error</h1>
|
<h1>500 - Internal Server Error</h1>
|
||||||
<img src="/assets/images/500.svg" width="300px" height="300px">
|
<img src="/assets/images/500.svg" width="300px" height="300px">
|
||||||
<h3>The server has experienced an internal error, and was not able to process your request.</h3>
|
<h3>The server has experienced an internal error, and was not able to process your request.</h3>
|
||||||
<p>If this error persists, notify the webmastress by sending an email to primrose[at]snowcake[dot]me.</p>
|
<p>If this error persists, notify the webmistress by sending an email to primrose[at]snowcake[dot]me.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,9 +1,8 @@
|
||||||
<!--Copyright © 2022-2023 Lilium_Snow-->
|
<!--Copyright © 2022-2023 Lilium_Snow-->
|
||||||
<!--This HTML document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
|
<!--See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details-->
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>Home - Snowcake</title>
|
<title>Home - Snowcake</title>
|
||||||
|
@ -43,7 +42,7 @@
|
||||||
<br>
|
<br>
|
||||||
<footer>Copyright © 2022-2023 Lilium_Snow</footer>
|
<footer>Copyright © 2022-2023 Lilium_Snow</footer>
|
||||||
<br>
|
<br>
|
||||||
<footer><a href="https://creativecommons.org/licenses/by-sa/4.0/">This page is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License</a></footer>
|
<footer>See <a href="https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE">this</a> document for copyright and licensing details</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,5 +1,5 @@
|
||||||
/* Copyright © 2022-2023 Lilium_Snow */
|
/* Copyright © 2022-2023 Lilium_Snow */
|
||||||
/* This CSS document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode */
|
/* See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details */
|
||||||
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
<!--Copyright © 2022-2023 Lilium_Snow-->
|
<!--Copyright © 2022-2023 Lilium_Snow-->
|
||||||
<!--This HTML document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
|
<!--See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details-->
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>Mirrors - Snowcake</title>
|
<title>Mirrors - Snowcake</title>
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
<!--Copyright © 2022-2023 Lilium_Snow-->
|
<!--Copyright © 2022-2023 Lilium_Snow-->
|
||||||
<!--This HTML document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
|
<!--See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details-->
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>Site Directory - Snowcake</title>
|
<title>Site Directory - Snowcake</title>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue