integrate files with serving (even though ugly)

This commit is contained in:
= 2024-12-16 20:17:09 +01:00
parent 63fd2b7cca
commit 897310fe28
7 changed files with 83 additions and 36 deletions

View file

@ -24,6 +24,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
background-color: transparent;
}
</style>
</head>
@ -38,6 +39,7 @@
<input type="button" id="shortenButton" value="Submit">
</div>
<div id="output-container"></div>
<div id="error-container"></div>
</div>
<script src="index.js"></script>
</body>