Skip to content

Commit 4447bed

Browse files
committed
init: initial commit
1 parent 10de6bc commit 4447bed

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
3+
<html>
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7+
<title>The BasicLanguage of the WEB: HTML</title>
8+
<meta name="description" content="" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1" />
10+
<link rel="stylesheet" href="" />
11+
</head>
12+
<body>
13+
<h1>The BasicLanguage of the WEB: HTML</h1>
14+
<script src="" async defer></script>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)