Dalmationer.art/index.html

26 lines
734 B
HTML

<html lang="en">
<head>
<title>WELCOME TO DALMATIONER.ART</title>
<link rel="stylesheet" href= "landingstyles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id=bg-image-container>
<div id=bg-clouds-container>
<img src="./images/islandclouds.png" alt="clouds" id="bg-clouds">
<img src="images/islandskull.png" alt="skull" id="skull">
<img src="images/islandfgclouds.png" alt=more clouds id="fg-clouds">
<div id="welcome-container"><h1>Welcome to Dalmationer.Art.</h1>
<h2 style="text-align: center;"><a href=main.html>ENTER→</a></h2></div>
</div>
</div>
</body>
</html>