reposearch/index.template.html

34 lines
1.0 KiB
HTML
Raw Normal View History

2023-02-02 17:07:19 +00:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@import url("https://styles.alv.cx/colors/gruvbox.css");
@import url("https://styles.alv.cx/base.css");
@import url("https://styles.alv.cx/modules/darkmode.css");
@import url("https://styles.alv.cx/modules/search.css");
:root {
--light: var(--colorscheme-light);
}
</style>
<title>reposearch</title>
</head>
<body>
<h1>reposearch</h1>
<p>private and fast search as you type for <a href="GITEA_SITE">GITEA_SITE_NAME</a>.</p>
<p>
<a href="GITEA_SITE/alvierahman90/reposearch">source</a>
<span id="access_token_inputs">
<button id="set_access_token">set access token</button>
</span>
</p>
<div id="searchWrapper"> <input id="search" placeholder="Search"> </div>
<p class="searchSmallText" style="margin-top: 0; text-align: center">
Press (<kbd>Shift</kbd>+)<kbd>Enter</kbd> to open first result (in new tab)
</p>
<div id="results"></div>
<script src="/fuse.js"></script>
<script src="/script.js"></script>
</body>