Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html>
- <head>
- <title>Select Location</title>
- <style media="screen" type="text/css">
- .button {
- background-color: #4CAF50; /* Green */
- border: none;
- color: white;
- padding: 15px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- }
- </style>
- </head>
- <body>
- <div id="container" style="text-align: center;">
- <h1> Choose location </h1>
- <a href="/nyirad" class="button">Nyirád</a>
- <a href="/odense" class="button">Odense</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement