21 lines
541 B
HTML
21 lines
541 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width">
|
||
|
<link rel="stylesheet" href="/static/css/index.css" type="text/css" media="all">
|
||
|
<title>Goffy</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="main">
|
||
|
<p>Provjerite jeli stranica lazna.</p>
|
||
|
<form id="searchform" action="/result?url=" method="get">
|
||
|
<input id="search" placeholder="URL stranice" type="text" name="url" autocomplete="off" data-type="query" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|