-
Notifications
You must be signed in to change notification settings - Fork 578
/
index.html
50 lines (46 loc) · 1.15 KB
/
index.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<style>
*{
margin: 0;
padding: 0;
background-color:#572c41;
color: #ff9a56;
text-align: center;
}
.content{
text-align: center;
width:95%;
}
h1 {
color: #01ffff;
text-align: center;
}
a {
color: #2b81d8;
}
a:hover, a:focus{
color: #01ffff;
}
</style>
<title>hacktoberfest</title>
</head>
<body>
<p class="content">
<img src="hacktoberfest.png" >
<p>
<h1>Information</h1>
<p>All details about <a href="https://hacktoberfest.digitalocean.com" target="_blank">#hacktoberfest</a>.</p>
<p>To join this project, visit my <a href="https://github.com/NiklasSchmitt/hacktoberfest" target="_blank">GitHub-Repository</a>.</p>
</p>
<br>
<p>
<h1>Contributers</h1>
<a href = "https://github.com/NiklasSchmitt" target="_blank">NiklasSchmitt</a> |
<a href = "https://github.com/wwk3j" target="_blank">wwk3j</a> |
<a href = "https://github.com/BenBE" target="_blank">BenBE</a> |
<a href = "https://github.com/raghavraman" target="_blank">RaghavRaman</a> |
</p>
</p>
</body>
</html>