Browse Source

les 1

main
Younes El Omari 3 years ago
parent
commit
54193140e2
1 changed files with 14 additions and 0 deletions
  1. 14
    0
      les-1/index.html

+ 14
- 0
les-1/index.html View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script>
console.log('Hello World!');
</script>
<script src="main.js"></script>
</body>
</html>

Loading…
Cancel
Save