We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000ec1b commit 75f5898Copy full SHA for 75f5898
HelloWorld-ovning/app.js
@@ -0,0 +1 @@
1
+console.log("Hello World!");
HelloWorld-ovning/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
7
+ <title>Document</title>
8
+</head>
9
+<body>
10
+
11
+</body>
12
+<script src="app.js"></script>
13
+</html>
0 commit comments