add: header Test

This commit is contained in:
irisrb
2022-04-05 17:14:01 +02:00
parent 07acf9c862
commit e0408934a9

View File

@@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -14,7 +15,11 @@
<link rel="stylesheet" href="./res/css/style.css"> <link rel="stylesheet" href="./res/css/style.css">
<title>MarmeladenLaden</title> <title>MarmeladenLaden</title>
</head> </head>
<body> <body>
<h1>Test</h1>
</body> </body>
</html> </html>