This commit is contained in:
2024-07-17 17:54:48 +02:00
commit 4991467d32
26 changed files with 3473 additions and 0 deletions

10
frontend/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Allpaca</title>
<link data-trunk rel="rust" />
<link data-trunk rel="css" href="./styles.css" />
</head>
<body></body>
</html>