mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
15 lines
541 B
HTML
15 lines
541 B
HTML
<!DOCTYPE html><html lang="en"><head>
|
|
<script src="p5.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<meta charset="utf-8">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<script src="sketch.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="sketch-holder">
|
|
<!-- Our sketch will go here! -->
|
|
</div>
|
|
</body></html>
|