Files
p5js/index.html
2026-04-20 09:22:12 +00:00

23 lines
355 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<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>