Files
capacitor-template/www/index.html
2025-06-15 15:57:28 +03:00

15 lines
358 B
HTML
Executable File

<!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>