-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (43 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="images/city rounded.png">
<title>City Vibes</title>
</head>
<meta data-react-helmet="true" name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta data-react-helmet="true" charset="utf-8"/>
<meta data-react-helmet="true" name="google" value="notranslate"/>
<meta data-react-helmet="true" property="og:image"
content="https://imgur.com/FDHkebh.jpg"/>
<meta data-react-helmet="true" property="twitter:card" content="summary"/>
<meta data-react-helmet="true" property="twitter:site" content="city vibes"/>
<meta data-react-helmet="true" name="description" content="The official website for the city vibes Discord server!
You can join with this invite link: https://discord.gg/9TWwRG2"/>
<meta data-react-helmet="true" property="og:title" content="city vibes"/>
<meta data-react-helmet="true" property="og:description" content="The official website for the city vibes Discord server!
You can join with this invite link: https://discord.gg/9TWwRG2"/>
<body>
<link rel="stylesheet" type="text/css" href="style.css">
<p class="title">
city vibes
</p>
<p class="description">
This is the description, this is what I was asking for
</p>
<div><br><br></div>
<a class="invite" href="https://discord.gg/9TWwRG2">JOIN</a>
<!-- <div class="container"> -->
<!-- <div class="image2">
<img src="images/city.png" class="img" alt="">
</div> -->
<!-- </div> -->
<div class="container">
<div
class="container__image">
<div class="container__info container__author">City Vibes<br><br></div>
<div class="container__info container__location"> <a class="link" href="https://discord.gg/9TWwRG2" target="_blank">Join</a> </div>
</div>
</div>
</body>
</html>