mirror of
https://github.com/zoriya/EAU.git
synced 2025-12-06 06:36:13 +00:00
34 lines
1.5 KiB
HTML
34 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>EAU</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="../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="../js/electron-specific.js"></script>
|
|
<script src="../js/index.js"></script>
|
|
|
|
</head>
|
|
<body id="body">
|
|
<header style="height: 56px;">
|
|
<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>
|