Skip to content

Commit

Permalink
feat: add redirect from base
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Nov 8, 2023
1 parent 9f41594 commit e51f562
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting to the OHCA book</title>
<meta http-equiv="refresh" content="2; URL=https://js2264.github.io/OHCA/devel/">
<link rel="canonical" href="https://js2264.github.io/OHCA/devel/">

<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
</head>
<body class="d-flex flex-column h-100">
<!-- Begin page content -->
<main role="main" class="flex-shrink-0">
<div class="container">
<h1 class="mt-5">Redirecting to the OHCA book</h1>

<p>Wait a moment, we are redirecting you now...</p>

<img src="https://media3.giphy.com/media/E6jscXfv3AkWQ/giphy.gif" alt="typing", width="600">

</div>
</main>
</body>
</html>

0 comments on commit e51f562

Please sign in to comment.