Initial commit

This commit is contained in:
pptx704
2025-06-15 15:57:28 +03:00
parent 7549a1f560
commit a697fc5ca5
5 changed files with 1671 additions and 1 deletions

15
www/index.html Executable file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta
name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>Template Project</title>
</head>
<body>
<h1>This is a Capacitor template project.</h1>
</body>
</html>