mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
Create redirect to the examples page (#57)
This commit is contained in:
parent
dddddc5bf7
commit
f9c5582a27
1 changed files with 8 additions and 0 deletions
8
index.html
Normal file
8
index.html
Normal 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>
|
Loading…
Reference in a new issue