Browse Source

HW05 done

Graf15 2 years ago
parent
commit
95203caa76
2 changed files with 514 additions and 0 deletions
  1. 13 0
      js/js_05/index.html
  2. 501 0
      js/js_05/index.js

+ 13 - 0
js/js_05/index.html

@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Document</title>
+    <script src="index.js"></script>
+</head>
+<body>
+    
+</body>
+</html>

File diff suppressed because it is too large
+ 501 - 0
js/js_05/index.js