You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
786 B
36 lines
786 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="refresh" content="5">
|
|
<style>
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
header {
|
|
background-color: #333;
|
|
color: white;
|
|
padding: 1em;
|
|
text-align: center;
|
|
}
|
|
|
|
main {
|
|
margin: 2em;
|
|
}
|
|
</style>
|
|
<title>Kiosk application</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Kiosk application</h1>
|
|
</header>
|
|
<main>
|
|
<p>You are viewing the <strong>online</strong> version.</p>
|
|
</main>
|
|
</body>
|
|
</html>
|
|
|