Compare commits

..

No commits in common. "b84b797cd62878f4eb636afdf2a7b49e3d7eb442" and "1c71e28194a9a0f9b767804f0fca9ede372814e5" have entirely different histories.

3 changed files with 1 additions and 18 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>MilkNet</title>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon">
<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>
img {
@ -32,23 +32,6 @@
});
});
</script>
<script>
document.addEventListener('keydown', function(event) {
if (event.key === '.') {
// Change title
document.title = "Student and Parent Sign In";
// Change favicon
var favicon = document.getElementById('favicon');
var newFavicon = document.createElement('link');
newFavicon.id = 'favicon';
newFavicon.rel = 'icon';
newFavicon.href = 'new_favicon.ico';
favicon.parentNode.replaceChild(newFavicon, favicon);
}
});
</script>
</head>
<body>
<img src="/assets/img/milk_optimized.png" class="center">