Soon as NFT

This commit is contained in:
2021-11-07 14:22:16 +01:00
parent f7503916ce
commit 373b9459b5
9 changed files with 687 additions and 10 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta chartset="UTF-8">
<title>Creative Coding</title>
<meta name="description" content="This is an example of a meta description.">
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
<body>
<canvas id="canvas1"></canvas>
<script src="script.js"></script>
</body>
</html>