xxxxxxxxxx
42
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Logo</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.dom.min.js"></script>
<script src="turtle.js"></script>
<script src="parser.js"></script>
<script src="command.js"></script>
<script src="sketch.js"></script>
<stylesheet src="style.css"></stylesheet>
</head>
<style>
body {
display:flex;
flex-direction: column;
gap: 10px;
max-width: 400px;
}
textarea {
font-size: 20px;
max-width: 400px;
}
button {
height: 40px;
}
</style>
<body>
</body>
</html>