mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
13 lines
345 B
HTML
13 lines
345 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>Set directories for your config file.</title>
|
|
<link rel="stylesheet" href="views/style.css">
|
|
</head>
|
|
<body>
|
|
<form id="config-form">
|
|
</form>
|
|
<button id="config-regenerate">regenerate</button>
|
|
</body>
|
|
<script src="views/scripts/config.js"></script>
|
|
</html>
|