Skip to content

Commit

Permalink
link to other demos
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Sep 6, 2021
1 parent 717f089 commit 85745a4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="twitter:card" content="player" />
<meta name="twitter:site" content="@nill" />
Expand All @@ -10,8 +11,32 @@
<meta name="twitter:player" content="https://jakecoffman.com/cp-ebiten/" />
<meta name="twitter:player:width" content="600" />
<meta name="twitter:player:height" content="480" />
<title>Chipmunk2D Demo</title>

<style>
a {
color: lightskyblue;
}
a:visited {
color: violet;
}
footer {
position: fixed;
left: 1rem;
bottom: 1rem;
color: lightblue;

display: flex;
gap: 2rem;
}
</style>
</head>
<body>
<footer>
<span>Other demos:</span>
<a href="tumble/">Tumble</a>
<a href="chain/">Chain</a>
</footer>
<script src="wasm_exec.js"></script>
<script>
// Polyfill
Expand All @@ -28,3 +53,4 @@
});
</script>
</body>
</html>

0 comments on commit 85745a4

Please sign in to comment.