Files
demo-app/index.html
dobiadi 9a6c8a47b9
All checks were successful
build-and-push / docker (push) Successful in 27s
2
2024-10-25 00:25:53 +02:00

20 lines
332 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 home2!</h1>
</body>
</html>