1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 03:24:20 +00:00

Create redirect to the examples page (#57)

This commit is contained in:
Steffo 2022-11-11 09:10:40 +01:00 committed by GitHub
parent dddddc5bf7
commit f9c5582a27
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

8
index.html Normal file
View file

@ -0,0 +1,8 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=examples/index.html" />
</head>
<body>
Redirecting to <a href="examples/index.html">the Bluelib examples</a>...
</body>
</html>