Skip to content

Commit

Permalink
missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
oneearedrabbit committed Jul 5, 2024
1 parent ff4fbba commit b9663c3
Show file tree
Hide file tree
Showing 2 changed files with 874 additions and 0 deletions.
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>L-system playground</title>
<style>
@font-face {
font-family: 'fira';
src: url('FiraCode-Medium.woff2') format('woff2'), url('FiraCode-Medium') format('woff');
font-weight: normal;
font-style: normal;
}
.container {
width: 50rem;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.container .box {
flex: 100%;
box-sizing: border-box;
padding: 10px;
}
</style>
</head>
<body>
<h1>L-system Experiments</h1>

<h2>L-system Playground</h2>

<a href="/l-system/index.html">l-system project</a>

<h2>Animated Grids</h2>

<a href="/curves/index.html">curves project</a>
</body>
</html>
Loading

0 comments on commit b9663c3

Please sign in to comment.