add test files for prod
This commit is contained in:
parent
8eaa2c1e43
commit
2f569c7122
153008
placeholders/clean_CANADA_USA.xml
Normal file
153008
placeholders/clean_CANADA_USA.xml
Normal file
File diff suppressed because it is too large
Load Diff
36
placeholders/index.html
Normal file
36
placeholders/index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user