add h1 tag

This commit is contained in:
Bastian 2020-01-29 15:17:52 +01:00
parent 84f249e433
commit 9fc5f3aaf8

View File

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