Merge pull request 'changed to module' (#2) from message_board into main
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 5s

Reviewed-on: #2
This commit is contained in:
2025-01-17 00:49:15 +00:00

View File

@@ -18,6 +18,6 @@
<button type="submit">Send</button> <button type="submit">Send</button>
</form> </form>
</div> </div>
<script src="message-board.js"></script> <script type="module" src="message-board.js"></script>
</body> </body>
</html> </html>