Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
added sauce
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z committed Nov 12, 2023
1 parent 13a812b commit cb46755
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
21 changes: 21 additions & 0 deletions sauce.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<html>
<div class="mainmatter">
<header id="header"></header>

<head>
<title>Sauce</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="assets/favicon.ico">
</head>

<body>
<a href="https://github.com/Mast3rwaf1z/Mast3rwaf1z.github.io">
<img src="assets/sauce.png">
</a>

</body>

<footer id="footer"></footer>
</div>
<script src="scripts/layout.js"></script>
</html>
2 changes: 1 addition & 1 deletion scripts/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data = {
"urls":[
"./",
"https://github.com/Mast3rwaf1z",
"https://github.com/Mast3rwaf1z/Mast3rwaf1z.github.io",
"sauce.html",
"https://i.skademaskinen.win",
"guestbook.html",
"games.html",
Expand Down
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ button:disabled {
cursor: not-allowed;
opacity: 1;
}
button:hover {
background-color:#222222;
}

footer {
text-align: center;
Expand Down

0 comments on commit cb46755

Please sign in to comment.