petersilie-shop/resources/templates/index.html

22 lines
563 B
HTML
Raw Normal View History

2023-08-29 14:08:43 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Petersilie Shop</title>
<link href="/css/index.css" rel="stylesheet">
2023-08-29 14:08:43 +00:00
</head>
<body>
<div id="wrapper">
<img src="/images/petersilie_banner.png">
2023-08-29 14:08:43 +00:00
<h1 class="title" style='font-size: 25px; color:#ffff00;'>Header info 1</h1>
<h2 class="title" style='font-size: 15px; color:#00ff00;'>Header info 2</h2>
<h3 class="title" style='font-size: 10px; color:#0000ff;'>Header info 3</h3>
</div>
<nav>
<! --this part works fine so code omitted -->
</nav>
</body>
</html>