Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
eepymeowers committed Jan 1, 2024
1 parent e37ee1a commit fa28448
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
</head>

<body>
<div id="chrome-warning"><span>
Google Chrome and Chromium-based browsers (such as Microsoft Edge, Opera, and Brave) are a threat to the future of the internet.<br>
Please consider switching to a browser such as <a href="https://firefox.com">Firefox</a> or Safari.
</span></div>
<script>
var agent = navigator.userAgent;
if (agent.search("Chrome") != -1)
{
document.getElementById("chrome-warning").style.display = "initial";
}
</script>

<div id="main">
<img src="pfp.jpg" height="128">
<h1>hii, welcome to the home of the eepymeowers!</h1>
Expand Down

0 comments on commit fa28448

Please sign in to comment.