diff --git a/eepytab.js b/eepytab.js deleted file mode 100644 index 919299b..0000000 --- a/eepytab.js +++ /dev/null @@ -1,10 +0,0 @@ -/* i took this from https://dev.to/codepo8/showing-different-titles-depending-if-the-tab-is-active-or-not-hef */ -let activeTitle = 'sneexy dot pages dot gay'; -let inactiveTitle = 'zzz... synth is eepy... - sneexy dot pages dot gay'; -document.title = activeTitle; -window.addEventListener('blur', e => { - document.title = inactiveTitle; -}); -window.addEventListener('focus', e => { - document.title = activeTitle; -}); diff --git a/index.html b/index.html index ef2c978..52b947c 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ - +
@@ -23,8 +23,14 @@ @@ -40,7 +46,7 @@ -
~/socials-and-contacts
~/socials-and-contacts █
+~/socials-and-contacts █
~/fun-facts
~/fun-facts █
+~/fun-facts █
~/quotes
~/quotes █
+~/quotes █
~/buttons
~/buttons █
+~/buttons █