You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
523 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Tao</title>
<script src="https://cdn.jsdelivr.net/npm/p5@1.0.0/lib/p5.js"></script>
<script type="text/javascript" src="sketch.js"></script>
<script type="text/javascript" src="filoXX.js"></script>
<style type="text/css">
body {
width: 100%;
height: 100%;
margin: 0px;
background-color: black;
font-family: "Lucida Console", Monaco, sans-serif;
color: black;
}
</style>
</head>
<body>
</body>
</html>