Add basic html pages and css.
This commit is contained in:
parent
ffa70e8f55
commit
b8c985db04
4 changed files with 101 additions and 2 deletions
20
templates/index.html
Normal file
20
templates/index.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue