khoj/views/config.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>