Compare commits
5 Commits
a9813314c8
...
f8b41f7565
Author | SHA1 | Date |
---|---|---|
Sophie Marie | f8b41f7565 | |
Sophie Marie | ebe0b8ad30 | |
Sophie Marie | 8517748e86 | |
Sophie Marie | f31afd1600 | |
Sophie Marie | 0d1da5ecf5 |
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2022 Sophie Mondz
|
||||
Copyright (c) 2023 Sophie Axebane
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
# system64.dev
|
||||
This is the source code for my site live at system64.dev.
|
||||
|
||||
I highly recommend AGAINST using this for ANYTHING. The code for this website is atrocious and shouldn't ever be touched for everyones own good.
|
||||
Checkout the v2 branch instead
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"favicon": [
|
||||
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
|
@ -37,9 +37,10 @@
|
|||
<p><a href="https://firefox.com/" title="Firefox is a web browser, and my favorite especially for web development."><img class=webbutton src="/img/webbutton/firefoxnow.gif"></a></p>
|
||||
<p><a href="https://browser.pony.house/" title="Add ponies to your website!"><img class=webbutton src="/img/webbutton/browserpony.gif"></a></p>
|
||||
<p><a href="https://code.visualstudio.com/" title="The code editor I used for this website, as well as other projects!"><img class=webbutton src="/img/webbutton/vscode.gif"></a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a style="display: none;" rel="me" href="https://glaceon.social/@IDeletedSystem64">Mastodon</a> <!-- verification for mastodon main acc -->
|
||||
<a class="blueheart" href="https://blueheart.system64.dev/" title="Blueheart Forever"><img src="/img/blueheart.gif" width="75vw"></a> <!-- yes we know this is done wrong, no we dont care, the code is awful. checkout v2branch instead->
|
||||
<a style="display: none;" rel="me" href="https://glaceon.social/@IDeletedSystem64">Mastodon</a> <!-- verification for mastodon main acc -->
|
||||
<a style="display: none;" rel="me" href="https://pony.social/@ArtsieSophie">Mastodon</a> <!-- verification for mastodon art acc -->
|
||||
</div>
|
||||
</body>
|
|
@ -1,13 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Not Found</title>
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Page Not Found</h1>
|
||||
<p>The requested page was not found.</p>
|
||||
</body>
|
||||
</html>
|
|
@ -39,6 +39,11 @@ div.main {
|
|||
padding: 10px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
a.blueheart { /* probably not the right way of doing things, but this css is awful and i cannot comprehend it for the life of me anymore... -64 */
|
||||
margin: auto;
|
||||
padding-top: 100px;
|
||||
width: 60%;
|
||||
}
|
||||
body {
|
||||
background-image: url("/img/bg_avif.avif"); /* If need be, I'll figure out a way to change this for devices that don't support AVIF */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue