Skip to content

Commit 05e685f

Browse files
author
Lukas Puehringer
committed
Initial commit
* Add README.md * Add index.html with client-side redirect to project page. Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
0 parents  commit 05e685f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Lind project website
2+
3+
> [!NOTE]
4+
> This repository implements a static client-side redirect from
5+
> [lind-project.github.io](https://lind-project.github.io) to the project website
6+
> at [lind-project.github.io/lind-wasm-docs](https://lind-project.github.io/lind-wasm-docs).
7+
>
8+
> Project website assets can be found in the
9+
> [lind-wasm-docs](https://github.com/Lind-Project/lind-wasm-docs) repository.

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://lind-project.github.io/lind-wasm-docs">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
<p>If not redirected automatically, go to <a href="https://lind-project.github.io/lind-wasm-docs">lind-project.github.io/lind-wasm-docs</a>.</p>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)