Skip to content

Commit f5bee0f

Browse files
committed
fianlized CryptoUomo and working on demos
1 parent 83d16ac commit f5bee0f

File tree

12 files changed

+122952
-368
lines changed

12 files changed

+122952
-368
lines changed

dist/bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7-
8+
89
<!-- Css -->
910
<link rel="stylesheet" type="text/css" href="./css/style.css">
10-
11+
1112
<!-- js Libraries -->
1213
<script type="module" src="./bundle.js"></script>
13-
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/p5.min.js"> </script>
14+
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/p5.min.js"> </script> -->
15+
<script src="./p5.js"> </script>
1416
</head>
1517

1618
</html>

0 commit comments

Comments
 (0)