Basic Sycamore Setup (Credentials Removed)

This commit is contained in:
Neshura 2024-02-17 02:13:48 +01:00
parent 488774c57d
commit abb87ec67c
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
5 changed files with 265 additions and 0 deletions

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8">
<link data-trunk rel="tailwind-css" href="styles.css"/>
<title>Music App</title>
</head>
<body class="h-full">
</body>
</html>