This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
46 lines (46 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles.css" />
<title>Discord.fm</title>
<meta
name="description"
content="Welcome to Discord.fm - the place to go for discovering, discussing, sharing, and enjoying music - together."
/>
<meta property="og:url" content="https://discord.fm" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Discord.fm" />
<meta
property="og:description"
content="Welcome to Discord.fm - the place to go for discovering, discussing, sharing, and enjoying music - together."
/>
<meta property="og:image" content="https://discord.fm/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body>
<main>
<div class="wrapper">
<h1>Discord.fm</h1>
<img src="./Delilah.png" alt="Delilah Finds Music" height="500" />
<p>
Welcome to Discord.fm - the place to go for discovering, discussing,
sharing, and enjoying music - together.
</p>
<p>
<a
href="https://discord.gg/dfm"
target="_blank"
rel="noopener noreferrer"
>Join the Community</a
>
</p>
</div>
</main>
</body>
</html>