musiccccc wowzers!!
This commit is contained in:
parent
9968a82d7a
commit
7442f0e3b8
2 changed files with 9 additions and 4 deletions
|
|
@ -20,6 +20,12 @@
|
|||
<!-- Theming -->
|
||||
<link type="text/css" rel="stylesheet" href="css/themes/themes/rose-pine.css" media="all" id="theme_css">
|
||||
|
||||
<script defer>
|
||||
window.onload = function() {
|
||||
document.getElementById("music").play();
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Styling -->
|
||||
<link type="text/css" rel="stylesheet" href="css/style.css">
|
||||
<link type="text/css" rel="stylesheet" href="css/ppty.css">
|
||||
|
|
@ -30,10 +36,10 @@
|
|||
<canvas id="bg-canvas"></canvas>
|
||||
|
||||
<!-- Vibey Background Music -->
|
||||
<audio autoplay>
|
||||
<audio id="music">
|
||||
<!-- <source src="audio/UNREGISTERED_FIREARM.mpeg" type="audio/mpeg"> -->
|
||||
<source src="audio/UNDO_UNDO.mpeg" type="audio/mpeg">
|
||||
Your browser does not support the audio element.
|
||||
<!-- Your browser does not support the audio element. -->
|
||||
</audio>
|
||||
|
||||
<!-- Psuedo-Pseudo-Terminal -->
|
||||
|
|
@ -85,7 +91,7 @@
|
|||
<div class="centered cryframe"> <!-- style="display: flex; flex-direction: row; gap: 20px;"> -->
|
||||
<div style="display: flex; flex-direction: row; align-items: start; justify-items: end;">
|
||||
|
||||
<img src="baked/avatar.png" loading="eager" height="150">
|
||||
<img src="imgs/avatar.png" loading="eager" height="150">
|
||||
|
||||
<ul class="socials-list">
|
||||
<li class="socials-item">
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ class SmcProgramBuilder {
|
|||
source
|
||||
)
|
||||
)
|
||||
console.log(source)
|
||||
this.#hasFragmentShader = true;
|
||||
return this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue