Delete 'Landing Page.html'

This commit is contained in:
dalmationer 2022-01-25 03:34:21 +00:00
parent 35826e948c
commit 4baf7bbe03
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
<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>