Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
skruyo committed Mar 13, 2024
1 parent 4c3e14b commit 36e8e6b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions pages/secrets/femboy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<title>Skruyo's Website</title>
<link href="../styles.css" rel="stylesheet" type="text/css">
<link href="../index.css" rel="stylesheet" type="text/css">
<link href="../../styles.css" rel="stylesheet" type="text/css">
<link href="../../index.css" rel="stylesheet" type="text/css">

<meta property="og:title" content="Skruyo's Website">
<meta property="og:description" content="My cool website">
Expand All @@ -18,13 +18,13 @@
<body>
<header id="mainheader">
<a href="/">home /</a>
<a href="../pages/social">/ socials /</a>
<a href="../pages/gf">/ gf /</a>
<a href="../pages/codes">/ secrets</a>
<a href="../../pages/social">/ socials /</a>
<a href="../../pages/gf">/ gf /</a>
<a href="../../pages/codes">/ secrets</a>
</header>
<div id="container">
<div class="infoObject">
<img src="../assets/graphics/femboy.png">
<div class="infoObject ">
<img src="../../assets/graphics/femboy.png">
</div>
</div>
</body>
Expand Down
12 changes: 6 additions & 6 deletions pages/secrets/shiggy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<title>shiggy</title>
<link rel="icon" href="../assets/graphics/shiggy.gif" type="image/x-icon">
<link href="../styles.css" rel="stylesheet" type="text/css">
<link href="../css/shiggy.css" rel="stylesheet" type="text/css">
<link href="../../styles.css" rel="stylesheet" type="text/css">
<link href="../../css/shiggy.css" rel="stylesheet" type="text/css">

<meta property="og:title" content="Shiggy">
<meta property="og:description" content="shiggy">
Expand All @@ -16,9 +16,9 @@
<body>
<header id="mainheader">
<a href="/">home /</a>
<a href="../pages/social">/ socials /</a>
<a href="../pages/gf">/ gf /</a>
<a href="../pages/codes">/ secrets</a>
<a href="../../pages/social">/ socials /</a>
<a href="../../pages/gf">/ gf /</a>
<a href="../../pages/codes">/ secrets</a>
</header>
<div id="container">
<div class="infoObject">
Expand All @@ -28,7 +28,7 @@
<script>
const audio = new Audio("assets/audio/see_you_again.mp3");
const shiggy = document.createElement("img");
shiggy.src = "https://skruyo.github.io/assets/graphics/shiggy.gif";
shiggy.src = "../../assets/graphics/shiggy.gif";
const element = document.getElementById("shiggybutton");
const container = document.getElementById("infoTop");
element.addEventListener("click", () => {
Expand Down

0 comments on commit 36e8e6b

Please sign in to comment.