Skip to content

Commit

Permalink
yuh yuh yuh yuh yuh
Browse files Browse the repository at this point in the history
  • Loading branch information
vys69 committed Sep 12, 2024
1 parent 9b8caf3 commit a593c24
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
Binary file added public/favi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<title>gwim | hello world</title>

<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='icon' type='image/png' href='favi.png'>
<link rel='stylesheet' href='./global.css'>
<link rel='stylesheet' href='/build/bundle.css'>

<script defer src='/build/bundle.js'></script>
Expand Down
4 changes: 0 additions & 4 deletions public/oneko.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ let isDeathAnimationComplete = false;
}

const nekoEl = document.createElement("div");
const audioEl = document.createElement("audio");
audioEl.src = "./untitled.mp3"; // Replace with your sound file path
audioEl.preload = "auto";
document.body.appendChild(audioEl);

let nekoPosX = 32;
let nekoPosY = 32;
Expand Down
2 changes: 2 additions & 0 deletions public/xp.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import XPTaskbar from "./XPTaskbar.svelte";
import { fade } from "svelte/transition";
import { writable } from "svelte/store";
import '../public/xp.css';
// import Emoji from './components/Emoji.svelte';
const projects = [
Expand Down Expand Up @@ -173,6 +174,8 @@
i yap, code cool shit, and push breaking changes to prod on fridays.
<br /><br />
i fuck around and sometimes it ends up looking nice
<br /><br />
whatever u do <strong>DONT</strong> click on grim 🙁 (the skeleton)
</div>
</div>
<div id="contacts">
Expand Down

0 comments on commit a593c24

Please sign in to comment.