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.
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Beer List Of Mine</title>
|
|
|
|
<meta name="description" content="Welcome to Beer List of Mine, follow your favourite beers"/>
|
|
|
|
<meta name="author" content="Igor Vujovič" />
|
|
|
|
<link type="text/css" rel="stylesheet" href="src/style/style.css" media="all">
|
|
|
|
<link type="text/css" rel="stylesheet" href="src/style/print.css" media="print">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1>Welcome to<br/>Beer List of Mine</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<!-- menu-->
|
|
|
|
<nav>
|
|
|
|
<div>
|
|
|
|
<form id="nigol" method="POST" action="verify.php" class="menu">
|
|
|
|
<input id="prihlasovaciJmeno" type="text" placeholder="Nickname" size="22" >
|
|
|
|
<input id="prihlasovaciHeslo" type="password" placeholder="Passphrase" size="22" >
|
|
|
|
<input id="SearchButton" type="image" alt="Enter !" src="src/key-ico.png">
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</nav>
|