Skip to content

Commit

Permalink
Merge pull request #1812 from NullVoxPopuli/top-level-landing
Browse files Browse the repository at this point in the history
Add landing page
  • Loading branch information
NullVoxPopuli authored Aug 9, 2024
2 parents ba4b8b0 + ba39078 commit 5ddebeb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions apps/home/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Glimdown</title>
</head>

<body>

<h1>Welcome to Glimdown</h1>

<br><br>
You may be looking for:
<br><br>

<a href="https://limber.glimdown.com">The REPL / Playground: Limber</a>

<br><br>or<br><br>

<a href="https://tutorial.glimdown.com">The Tutorial</a>
</body>

</html>

0 comments on commit 5ddebeb

Please sign in to comment.