mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-30 19:03:01 +01:00
11 lines
No EOL
285 B
HTML
11 lines
No EOL
285 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>
|
|
</body>
|
|
<script src="views/scripts/config.js"></script>
|
|
</html> |