mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
14 lines
No EOL
450 B
HTML
14 lines
No EOL
450 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>Set directories for your config file.</title>
|
|
<link rel="stylesheet" href="views/style.css">
|
|
</head>
|
|
<body>
|
|
<button type="button" id="show-config">Show Config</button>
|
|
<form id="config-form" style="display: none;">
|
|
<h1 id="config-title"></h1>
|
|
<h2>content-type</h2>
|
|
</form>
|
|
</body>
|
|
<script src="views/scripts/config.js"></script>
|
|
</html> |