This commit is contained in:
Daniel Ledda
2025-12-11 16:23:12 +01:00
parent aaa2fe85f7
commit f26ab99960
25 changed files with 8922 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>Somaesque</title>
<link rel='icon' type='image/png' href='./favicon.png'>
<link rel='stylesheet' href='./global.css'>
<link rel='stylesheet' href='./build/bundle.css'>
<script defer src='./build/bundle.js'></script>
</head>
<script>
</script>
<body>
</body>
</html>