mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-20 18:23:41 -05:00
Compare commits
No commits in common. "b84b797cd62878f4eb636afdf2a7b49e3d7eb442" and "1c71e28194a9a0f9b767804f0fca9ede372814e5" have entirely different histories.
b84b797cd6
...
1c71e28194
3 changed files with 1 additions and 18 deletions
BIN
assets/img/cookie-clicker_optimized.png
Normal file
BIN
assets/img/cookie-clicker_optimized.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
19
index.html
19
index.html
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>MilkNet</title>
|
<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>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:Arial;}a{color:#05d5ff}</style>
|
||||||
<style>
|
<style>
|
||||||
img {
|
img {
|
||||||
|
@ -32,23 +32,6 @@
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="/assets/img/milk_optimized.png" class="center">
|
<img src="/assets/img/milk_optimized.png" class="center">
|
||||||
|
|
Loading…
Add table
Reference in a new issue