Skip to content

Commit 681aa88

Browse files
committed
Data Types
1 parent 17277c9 commit 681aa88

File tree

2 files changed

+529
-0
lines changed

2 files changed

+529
-0
lines changed

05. Data Types/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
<h1 id="showMessage"></h1>
10+
<!-- link javacript file -->
11+
<script src="js/script.js"></script>
12+
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)