add bezier #3 demo

This commit is contained in:
2024-09-26 23:36:06 +02:00
parent e49d6f1732
commit e09b3e1d73
5 changed files with 108 additions and 24 deletions

View File

@ -4,12 +4,21 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body {
background-color: black;
}
li > a {
color: white;
}
</style>
</head>
<body style="margin: 0; padding 0; overflow: hidden; background-color: #000000">
<body>
<ul>
<li><a href="/grid.html">Grid</a></li>
<li><a href="/bezier-1.html">Bezier demo #1</a></li>
<li><a href="/bezier-2.html">Bezier demo #2</a></li>
<li><a href="/bezier-3.html">Bezier demo #3</a></li>
</ul>
</body>
</html>