Skip to content

Commit 0a8e6da

Browse files
committed
Create README.md
1 parent da30e28 commit 0a8e6da

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# FrontEnd
2+
3+
```html
4+
<!DOCTYPE html>
5+
<html>
6+
<head>
7+
<meta charset="utf-8">
8+
<title>FrontEnd</title>
9+
</head>
10+
<body>
11+
<h1>Hello World</h1>
12+
</body>
13+
</html>
14+
```
15+

0 commit comments

Comments
 (0)