add test files for prod

This commit is contained in:
Nicolas 2025-06-12 11:27:18 -04:00
parent 8eaa2c1e43
commit 2f569c7122
2 changed files with 153044 additions and 0 deletions

File diff suppressed because it is too large Load Diff

36
placeholders/index.html Normal file
View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f4f4f4;
display: inline-block;
position: absolute;
left: 20vw;
margin-top: 15vh;
}
img {
color: #666;
width: 50vw;
}
.status {
display: inline-block;
padding: 10px 20px;
background: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
border-radius: 4px;
margin-top: 20px;
}
</style>
</head>
<body>
<img src="https://i.imgur.com/a34LRKL.png" alt="Targo logo image">
<div class="status">Server is running</div>
</body>
</html>