You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
755 B
PHTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Beer List Of Mine</title>
<meta name="description" content="Welcome to BLM - Beer List of Mine, follow your favourite beers"/>
<meta name="author" content="Igor Vujovič" />
<link type="text/css" rel="stylesheet" href="style/style.css" media="all">
<link type="text/css" rel="stylesheet" href="style/print.css" media="print">
</head>
<body>
<header>
<h1>Welcome to BLM<br />
Beer List of Mine</h1>
</header>
<!-- menu-->
<nav>
<div class="menu">
<div class="home-ico"><a href="index.php"><img src="icon/home-ico.png" alt="Home"></a></div>
<ul>
<li>
<!--- TODO -->
</li>
<li>
<!--- TODO -->
</li>
</ul>
</div>
</nav>