StopwatchMiniProject
This commit is contained in:
12
Practice/AdvancedThings/index.html
Normal file
12
Practice/AdvancedThings/index.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Tittle</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>For every output check out the console!!!</h1>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
4
Practice/AdvancedThings/script.js
Normal file
4
Practice/AdvancedThings/script.js
Normal file
@ -0,0 +1,4 @@
|
||||
console.log("Hello World");
|
||||
|
||||
//I shall continue from this poin:
|
||||
//https://youtu.be/lfmg-EJ8gm4?feature=shared&t=27294
|
Reference in New Issue
Block a user