init
This commit is contained in:
commit
7b770307dd
18
index.html
Normal file
18
index.html
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Document</title>
|
||||||
|
|
||||||
|
<script src="js/script.js" defer> </script>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
Hello
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
1
js/script.js
Normal file
1
js/script.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
console.log("Hello world");
|
||||||
Loading…
Reference in New Issue
Block a user