Skip to content

Commit 4af3674

Browse files
author
rev
committed
initial index.html file
1 parent 4040286 commit 4af3674

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>JavaScript Algorithms</title>
8+
</head>
9+
<body>
10+
<h1>Have Fun with Algorithms!</h1>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)