forked from pptx704/capacitor-template
15 lines
358 B
HTML
Executable File
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> |