-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (26 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MenuDocs | Home</title>
<link href="./styles/css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="./styles/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="./favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon/favicon-16x16.png" sizes="16x16" />
</head>
<body>
<div id="container">
<img id="logo" src="./styles/logo.png" alt="MenuDocs Logo">
<div id="text">
<h1></h1>
<br>
<p>MenuDocs is a small group of people that have come together to create amazing step-by-step tutorials for any and all coding related stuff! Check out our socials and resources below!</p>
<ul>
<li><a href="https://www.youtube.com/MenuDocs" target="_blank"><i class="fab fa-youtube" title="Check out our youtube channel!"></i></a> | <a href="https://discord.gg/MgVaazZ" target="_blank"><i class="fab fa-discord" title="Join our amazing discord community!"></i></a> | <a href="https://www.patreon.com/menudocs" target="_blank"><i class="fab fa-patreon" title="Donate to us to help us out!"></i></a> | <a href="https://github.com/menudocs" target="_blank"><i class="fab fa-github" title="Check out our projects on our GitHub!"></i></a> | <a href="https://twitter.com/menudocs" target="_blank"><i class="fab fa-twitter" title="Check out our twitter for up-to-date news!"></i></a></li>
</ul>
</div>
</div>
</body>
</html>