web2app-spa
Version:
This template is primarily designed to easily convert HTML pages and URLs into a Capacitor/Cordova based iOS/Android app that can be used as Single-page application (SPA).
27 lines (26 loc) • 539 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page 8</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
background-color: ffffff; /* pastel mavi */
display: flex;
justify-content: center;
align-items: center;
font-family: Arial, sans-serif;
font-size: 36px;
color: #4a4a4a;
}
</style>
</head>
<body>
page8.htm
</body>
</html>