Skip to content

Commit

Permalink
Added an index for the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchilvers committed Feb 20, 2024
1 parent dd64dbb commit b1f8cd8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Invent</title>

<!-- Recommended meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<style>
body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
a, a:visited {
color: #004dcc;
}
h2 {
color: #0000008a;
}
</style>
</head>
<body>
<div style="margin: auto; width: 85%">
<img src="/static/logo_black.svg" style="height: 128px;"/>
<h2>Express yourself with code.</h2>
<p>
Here are some examples for your delight and delectation...
</p>
<ul>
<li>
<a href="./farmyard" target="_blank">The Farmyard...Honk!</a>
</li>
</ul>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ <h2>Express yourself with code.</h2>
<p>
<a href="https://github.com/invent-framework/invent" target="_blank">Source code</a> ·
<a href="https://invent-framework.github.io/" target="_blank">Documentation</a> ·
<a href="./examples/" target="_blank">Examples</a> ·
<a href="https://discord.gg/TKyjvSynTP" target="_blank">Community</a>
</p>
<p>Starting test suite...</p>
Expand Down

0 comments on commit b1f8cd8

Please sign in to comment.