clock exercise 6.2
This commit is contained in:
16
w6_2_clock/index.html
Normal file
16
w6_2_clock/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<script src='https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.3/p5.js'
|
||||
integrity='sha512-BLd2MDTrBCo01Vkhjbjn3ITBDbx3o/Lt7D5hj5oLwW8vlDHYXMenxglTcUURCgBhdLNAjZ7KD8x4ZA7bQY3OhA=='
|
||||
crossorigin='anonymous'></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script type="module" src="./index.js""></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user