domotik/success.html
2022-12-21 23:22:19 +01:00

15 lines
No EOL
389 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Success</title>
</head>
<style>
.whole {max-width: 500px; margin: auto;}
</style>
<body>
<div class="whole">
<div><h1 style="color: green;">Welcome, go on ;)</h1></div>
<div><a href="javascript:history.back()"><h2>Go Back to main page</h2></a></div>
</div>
</body>
</html>