Newer
Older
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>A Dragon's Tale</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div class="centre">
<h1> Welcome, to a dragon's tale! </h1>
<img src="dragonstalehome.png" alt="Image of a dragon">
<h2> Discover the mystery of the dragon, track its location and follow it throughout the town of (thymeleaf element) to discover a prize! </h2>
</div>
<div class="centre">
<p>
Adventurers... embark through these mystical historical landmarks and scenery, to ultimately discover the lair of the dragon.
Legend has it that within this ominous lair, mighty dragons, guardians of ancient wisdom and treasures untold lay....
</p>
</div>
<div class="centre">
<h3>Begin your hunt!</h3>
<button type="button" id="begin">Click here!</button>
</div>
</body>
</html>