30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>Nyako Page</title>
|
|
<link rel="stylesheet" href="/statics/style.css">
|
|
<meta name="viewport" content="width=device-width">
|
|
<!--
|
|
<meta name="viewport" content="height=device-height">
|
|
<meta name="viewport" content="user-scalable=yes">
|
|
-->
|
|
</head>
|
|
<body>
|
|
<div id="maindiv">
|
|
<img src="/statics/head2.png" alt="Head Image">
|
|
<div id="bodydiv">
|
|
<div class="titlediv">
|
|
<h1><code>Local Search Engine</code></h1>
|
|
</div>
|
|
<div class="contentdiv">
|
|
<div id="lista">
|
|
<a href="/add_page">Добавить страницу</a>
|
|
<form action="/search" method="post">
|
|
<input type="text" name="text" placeholder="Search query" class="form-control"></input>
|
|
<button type="submit" class="btn btn-primary">Search</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |