Browse Source

file structure changed

miskson 3 years ago
parent
commit
9e4e086054
4 changed files with 2 additions and 2 deletions
  1. 2 2
      hw9/index.html
  2. 0 0
      hw9/OOP-part/script.js
  3. 0 0
      hw9/first-part/index.html
  4. 0 0
      hw9/first-part/script.js

+ 2 - 2
hw9/index.html

@@ -4,10 +4,10 @@
     <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>Homework 9</title>
+    <title>Homework 9 OOP</title>
 </head>
 <body>
-    <h1>Homework 9</h1>
+    <h1>Homework 9 OOP</h1>
     <script src="./script.js"></script>
 </body>
 </html>

hw9/script.js → hw9/OOP-part/script.js


+ 0 - 0
hw9/first-part/index.html


+ 0 - 0
hw9/first-part/script.js