add h1 tag

This commit is contained in:
Bastian 2020-01-29 15:17:52 +01:00
parent 84f249e433
commit 9fc5f3aaf8
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
</head>
<body>
<h1>Hello World</h1>
<h3>This is a tag 3</h3>
<h1>This is a tag 1</h1>
</body>
</html>