mirror of
https://github.com/zoriya/EAU.git
synced 2025-12-06 06:36:13 +00:00
31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>EAU</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="dist/css/custom.css" type="text/css">
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
|
|
|
|
<script>if (typeof module === 'object') { window.module = module; module = undefined; }</script>
|
|
<script src="node_modules/jquery/dist/jquery.min.js"></script>
|
|
<script>if (window.module) module = window.module;</script>
|
|
|
|
<script src="dist/js/index.js"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav class="navbar navbar-dark bg-primary align-items-end"> <!--fixed-top-->
|
|
<a id="title" class="navbar-brand text-white">EAU</a>
|
|
<div style="float: right;">
|
|
<div class="searchbar">
|
|
<button id="searchBtn" type="button" class="btn icon"><i class="fa fa-search"></i></button>
|
|
<input type="text" id="searchInput" placeholder="Search your library" />
|
|
</div>
|
|
<button id="settingsBtn" type="button" class="btn icon"><i class="fa fa-cog"></i></button>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<div id="content" >
|
|
</body>
|
|
</html> |