Skip to content

Commit

Permalink
fix domains
Browse files Browse the repository at this point in the history
  • Loading branch information
cubedhuang authored Jan 2, 2025
1 parent 9c72679 commit 8b239bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
12 changes: 5 additions & 7 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404</title>
<script>
window.location.href = "https://boids.cubedhuang.com/"
window.location.href = "https://boids.dan.onl/";
</script>
</head>

<body>

</body>
<body></body>
</html>
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<meta property="og:title" content="Boids Simulation" />
<meta property="description" content="2D flocking simulation!" />
<meta property="og:description" content="2D flocking simulation!" />
<meta property="og:url" content="https://boids.cubedhuang.com/" />
<meta property="og:url" content="https://boids.dan.onl/" />
<meta property="og:image" content="https://cubedhuang.com/logo.png" />

<link rel="shortcut icon" href="https://cubedhuang.com/favicon.ico" />

<link rel="stylesheet" href="./style.css" />
<link rel="canonical" href="https://boids.cubedhuang.com/" />
<link rel="author" href="https://cubedhuang.com/" />
<link rel="publisher" href="https://cubedhuang.com/" />
<link rel="canonical" href="https://boids.dan.onl/" />
<link rel="author" href="https://dan.onl/" />
<link rel="publisher" href="https://dan.onl/" />

<!-- Global site tag (gtag.js) - Google Analytics -->
<script
Expand Down

0 comments on commit 8b239bc

Please sign in to comment.