Skip to content

Commit

Permalink
refactor: Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 authored Dec 20, 2023
1 parent a768c32 commit 453169d
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
<!DOCTYPE html>
<html>

<head>
<style>
body {
background-image: url('images/background.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
</head>

<body>

<img src="images/banner.png" alt="Paris" class="center">

<p>Coming soon...</p>
</body>

<head>
<title>The Aether</title>
<meta name="description" content="The official website for the Aether Team.">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<body class="landing-body">
<img src="images/banner.png" alt="The Aether" class="landing-banner">
<p>Coming soon...</p>
</body>
</html>

0 comments on commit 453169d

Please sign in to comment.