13 lines
318 B
HTML
13 lines
318 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Web2App Placeholder</title>
|
|
</head>
|
|
<body>
|
|
<h1>Web2App</h1>
|
|
<p>Replace this folder with your uploaded static site during CI.</p>
|
|
</body>
|
|
</html>
|