khoj/views/config.html

13 lines
395 B
HTML
Raw Normal View History

<!DOCTYPE html>
<head>
<title>Set directories for your config file.</title>
</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>