mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
5d50487d83
New line at end of config.html Remove debug print statement
12 lines
345 B
HTML
12 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>
|