Антон Фролов 4 лет назад
Родитель
Сommit
244a96039d
2 измененных файлов с 14 добавлено и 0 удалено
  1. 14 0
      hw1/index.html
  2. 0 0
      hw1/index.js

+ 14 - 0
hw1/index.html

@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <title>Home Work JS First</title>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- <link href="css/style.css" rel="stylesheet"> -->
+  </head>
+  <body>
+  <h1>Home Work JS First</h1>
+  
+  <script src="index.js"></script>
+  </body>
+</html>

+ 0 - 0
hw1/index.js