-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·31 lines (27 loc) · 1.06 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
<html>
<head>
<title>Da Vinci Guild</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" media="screen and (max-width: 1040px)" href="css/mobile.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:600" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<meta property="og:title" content="Da Vinci Guild" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://davinci.sh/" />
<meta property="og:image" content="https://avatars0.githubusercontent.com/u/5334457?v=3&s=280" />
<meta property="og:description" content="Find us on Discord!" />
</head>
<body>
<main>
<header>
<img src="img/logo.png" />
<h1>Da Vinci</h1>
</header>
<widget>
<iframe src="https://discordapp.com/widget?id=117093893345902593&theme=dark" width="100%" height="100%" allowtransparency="true"
frameborder="0"></iframe>
</widget>
</main>
</body>
</html>