Browse Source

file structure for homework4 created

miskson 2 years ago
parent
commit
ff75762b54
2 changed files with 14 additions and 0 deletions
  1. 13 0
      hw4/index.html
  2. 1 0
      hw4/script.js

+ 13 - 0
hw4/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>hw4</title>
+</head>
+<body>
+    <h1>Homework 4</h1>
+    <script src="./script.js"></script>
+</body>
+</html>

+ 1 - 0
hw4/script.js

@@ -0,0 +1 @@
+console.log('henlo')