mirror of https://github.com/kurisufriend/frontend
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
608 B
24 lines
608 B
<html>
|
|
<head>
|
|
<title>Mangaloid</title>
|
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<a href="./catalog.html"><img id="home" src="img/home.png"/></a>
|
|
<input id="search_bar" type="text" placeholder="Search">
|
|
<button id="search_button" onclick="search_bar()">Search</button>
|
|
<img id="logo" src="img/logo.png"/>
|
|
</div>
|
|
|
|
<div id="content">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javacript" src="js/search_bar.js"></script>
|
|
</body>
|
|
</html>
|
|
|