mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
13 lines
No EOL
406 B
HTML
13 lines
No EOL
406 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>Set directories for your config file.</title>
|
|
</head>
|
|
<body>
|
|
<button type="button" id="show-config">Show Config</button>
|
|
<form id="update-config" style="display: none;">
|
|
<h1 id="config-title"></h1>
|
|
<h2>content-type</h2>
|
|
</form>
|
|
</body>
|
|
<script src="views/scripts/readWriteConfig.js"></script>
|
|
</html> |