-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitetest.html
27 lines (26 loc) · 1.12 KB
/
sitetest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<link rel= "stylesheet" href="styles.css">
<style>
body {
background-image: url('https://papers.co/wallpaper/papers.co-mg36-astronomy-space-dark-sky-night-beautiful-falling-star-25-wallpaper.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<title>HackClubKMEA</title>
</head>
<body>
<h1 style="font-family: Verdana, Geneva, Tahoma, sans-serif;">HackClubKMEA</h1>
<p style=" font-family:Verdana, Geneva, Tahoma, sans-serif;">Let us<br>Discover Something</p>
<a style=" font-family:Verdana, Geneva, Tahoma, sans-serif;" href="https://kmeahackclub.com/signup"><b>New|</a> <!--The signup link is assigned to NEW-->
<div class="AboutUs">
<p style=" font-family:Verdana, Geneva, Tahoma, sans-serif;">About Us</p>
</div>
<div class="HackClubLogo">
<img src="https://i.ibb.co/GTbhD7P/logo.png" style="width: 66px;height: 64px;">
</div>
</body>
</html>