added an abstractAlgorithm.js

This commit is contained in:
Jürg Hallenbarter
2026-04-20 09:22:12 +00:00
parent f13cc6b27d
commit d78ef16bff
5 changed files with 142 additions and 49 deletions

View File

@@ -4,9 +4,20 @@
<title>p5.js liberary</title>
</head>
<body>
<h1>p5.js liberary by me</h1>
<div id="liberary">
<iframe
</div>
</body>
<script type="module" src="index.js"></script>
<style>
h1 {
text-align: center;
font-family: cursive, serif;
}
body {
background-color: beige;
}
</style>
</html>