Skip to content

Commit

Permalink
set up redirect.
Browse files Browse the repository at this point in the history
  • Loading branch information
UDogg committed Jun 30, 2024
1 parent 3286820 commit 1a5f416
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Redirect to the new site -->
<meta http-equiv="refresh" content="0; url=https://threejs-black.vercel.app/">
<script type="text/javascript">
// This script is a fallback in case the meta refresh doesn't work
window.location.href = "https://threejs-black.vercel.app/";
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/a.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down

0 comments on commit 1a5f416

Please sign in to comment.