mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
13 lines
406 B
HTML
13 lines
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> |