This commit is contained in:
Voxel 2025-03-28 10:15:10 -04:00 committed by GitHub
parent c92cdfb3b3
commit ce66bd4ba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,9 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>MilkNet</title> <title>MilkNet</title>
<link id="original-favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon"> <link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon">
<link id="new-favicon" rel="icon" href="/assets/img/new_favicon.ico" type="image/x-icon" style="display:none;">
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
<style>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:Arial;}a{color:#05d5ff}</style> <style>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:Arial;}a{color:#05d5ff}</style>
<style> <style>
img { img {
@ -38,7 +36,7 @@
document.addEventListener('keydown', function(event) { document.addEventListener('keydown', function(event) {
if (event.key === '.') { if (event.key === '.') {
// Change title // Change title
document.title = "Student and Parent Sign In"; document.title = "New Title";
// Change favicon // Change favicon
var favicon = document.getElementById('favicon'); var favicon = document.getElementById('favicon');