mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 13:20:17 +00:00
15 lines
546 B
HTML
15 lines
546 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🦅</text></svg>">
|
|
<link rel="stylesheet" href="static/assets/config.css">
|
|
<title>Khoj - Configure App</title>
|
|
</head>
|
|
<body>
|
|
<form id="config-form">
|
|
</form>
|
|
<button id="config-regenerate">regenerate</button>
|
|
</body>
|
|
<script src="static/assets/config.js"></script>
|
|
</html>
|