mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 17:43:42 -05:00
try 3
This commit is contained in:
parent
c92cdfb3b3
commit
ce66bd4ba6
1 changed files with 2 additions and 4 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Reference in a new issue