2021-11-26 20:51:11 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<head>
|
|
|
|
<title>Set directories for your config file.</title>
|
2021-11-27 20:39:05 +01:00
|
|
|
<link rel="stylesheet" href="views/style.css">
|
2021-11-26 20:51:11 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-11-27 16:49:33 +01:00
|
|
|
<button type="button" id="show-config">Show Config</button>
|
2021-11-27 16:52:54 +01:00
|
|
|
<form id="config-form" style="display: none;">
|
2021-11-27 16:49:33 +01:00
|
|
|
<h1 id="config-title"></h1>
|
|
|
|
<h2>content-type</h2>
|
2021-11-26 20:51:11 +01:00
|
|
|
</form>
|
|
|
|
</body>
|
2021-11-27 16:52:54 +01:00
|
|
|
<script src="views/scripts/config.js"></script>
|
2021-11-26 20:51:11 +01:00
|
|
|
</html>
|