Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
(Hopefully) actually fixing the 404 page.
  • Loading branch information
Sleet827 authored Jan 2, 2024
1 parent 6d7f822 commit 367abeb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 - Bastion</title>
<link rel="icon" type="image/icon" href="assets/textures/favico.ico">
<link href="./style.css" type="text/css" rel="stylesheet">
<base href="https://bastionmc.github.io/" />
<link rel="icon" type="image/icon" href="https://bastionmc.github.io/assets/textures/favico.ico" />
<link href="https://bastionmc.github.io/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="disclaimer">BASTION AND ALL IT'S PROJECTS ARE NOT AN OFFICIAL MINECRAFT PRODUCT. WE ARE NOT ASSOCIATED WITH MOJANG STUDIOS AND MICROSOFT IN ANY WAY.</div>
Expand Down

0 comments on commit 367abeb

Please sign in to comment.