Files
demo-app/index.html
dobiadi 733ba83170
All checks were successful
build-and-push / docker (pull_request) Successful in 27s
PR test
2024-10-24 13:01:41 +02:00

20 lines
338 B
HTML

<!doctype html>
<html>
<head>
<title>Demo app!</title>
<style>
html {
color-scheme: light dark;
}
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to PR env test!</h1>
</body>
</html>