refactor: create src directory

This commit is contained in:
agatha 2024-04-06 17:27:23 -04:00
parent 327f8e4964
commit 45c7886090
3 changed files with 14 additions and 0 deletions

View File

View File

14
frontend/src/index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Single-board Forum</title>
<link rel="stylesheet" href="assets/css/main.css">
<meta charset="UTF-8">
<script src="assets/js/app.js" type="module"></script>
</head>
<body>
<header>
<h1>Single-board Forum</h1>
</header>
</body>
</html>