Add GitHub repo link

This commit is contained in:
IDeletedSystem64 2022-04-27 20:02:10 -05:00
parent b1958f92bb
commit 4fa21b9022
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<head>
<link rel="stylesheet" type="text/css" href="/styles/stylemain.css">
<link rel="icon" type="image/x-icon" href="img/favicon/favicon.gif">
<link rel="icon" type="image/x-icon" href="/img/favicon/favicon.gif">
<title>IDeletedSystem64</title>
<!-- Replace "Username" with your name, website name or social username! -->
</head>
@ -26,6 +26,6 @@
<input type="button" onclick="location.href='https://github.com/IDeletedSystem64';" value="GitHub">
<input type="button" onclick="location.href='https://steamcommunity.com/id/system64_';" value="Steam">
<input type="button" onclick="location.href='https://open.spotify.com/user/w2kr77l67qtystmkuza8k2mcs';" value="Spotify">
<a href="https://github.com/IDeletedSystem64/system64.neocities.org"><img class="githubico" src="/img/github-32px.png" alt="View source code on GitHub!"></a>
</div>
</body>

View File

@ -30,6 +30,7 @@ p.info {
}
div.main {
top: 10%;
right: 25%;
position: fixed;
margin: auto;
@ -54,6 +55,10 @@ input:active {
background: #acacac;
box-shadow: inset 0em 0em
}
img.githubico {
left: 49%;
position: fixed;
}
/* I'm mad that I have to make this mobile-compatible, Lol. https://twitter.com/IDeleteSystem64/status/1512218098325147655?s=20&t=Hz4V-vxmywYwTMvuBbCAZQ */
@media only screen and (max-width: 980px) {