Project Init, no html

This commit is contained in:
2025-11-12 22:00:22 +01:00
parent 2e6f8bde3d
commit 9889acfe7b
8 changed files with 92 additions and 0 deletions

0
html/app.js Normal file
View File

BIN
html/img/apps/contacts.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
html/img/apps/messages.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

14
html/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Phone</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
</head>
<body>
<script src="app.js"></script>
</body>
</html>

0
html/style.css Normal file
View File