added an abstractAlgorithm.js
This commit is contained in:
13
index.html
13
index.html
@@ -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>
|
||||
Reference in New Issue
Block a user