Skip to content

Commit fbf64f5

Browse files
authored
Adding HTML file for Functions
1 parent 9b691ad commit fbf64f5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Functions/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<link rel="stylesheet" href="app.css">
9+
<title> Functions in JavaScript </title>
10+
</head>
11+
12+
<body>
13+
<h1> Functions in JavaScript </h1>
14+
</body>
15+
<script src="main.js"></script>
16+
</body>
17+
18+
</html>

0 commit comments

Comments
 (0)