Skip to content

Commit

Permalink
Add redirect for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
thurahtetaung committed Apr 10, 2024
1 parent 0eba5ba commit 2847da3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thura Htet Aung</title>
<script>
window.location.href = "https://thurahtetaung.me/";
</script>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin-top: 20%;
}
h1 {
font-size: 2em;
}
p {
font-size: 1.5em;
}
a {
color: #007bff;
text-decoration: none;
}
</style>
</head>
<body>
<h1>Redirecting to <a href="https://thurahtetaung.me/">https://thixpin.me/</a></h1>
<p>If you are not redirected automatically, follow the <a href="https://thurahtetaung.me/">link</a></p>
</body>
</html>

0 comments on commit 2847da3

Please sign in to comment.