-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
946f242
commit 792deec
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<link rel="icon" type="image/png" href="https://i.ibb.co/pxrchSs/twt.png"> | ||
<title>The Weather Team</title> | ||
<style> | ||
body{ | ||
font-family: Bahnschrift, sans-serif; | ||
} | ||
.link{ | ||
color: blue; | ||
text-decoration: none; | ||
} | ||
.link:hover{ | ||
color: red | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div style="display: flex; justify-content: center; align-items: center;"> | ||
<a href="https://busybird15.github.io/theweatherteam"><img src="https://i.ibb.co/pxrchSs/twt.png" width="50px" height="50px" style="border-radius: 10px;"></a> | ||
<a class="link" href="https://busybird15.github.io/radar" style="padding-left: 50%;">Weather Radar</a> | ||
</div> | ||
<br> | ||
<div style="background-image: url(https://i.ibb.co/mJ5wj10/image.png); display: flex; justify-content: center; align-items: center;"> | ||
<h2>A community of weather enthusiasts.</h2> | ||
</div> | ||
<br><br> | ||
<div style="text-overflow: ellipsis; display: flex; justify-content: center; align-items: center;"> | ||
<h3>This site is still under construction. Check back later!</h3> | ||
</div> | ||
</body> |