basic frontend added

This commit is contained in:
2026-02-06 00:49:38 +05:00
parent c35b466de6
commit fbbe35c9c0
19 changed files with 2374 additions and 7 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Textpipe SMS Gateway</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>