forked from Terminal/terminal.ink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (49 loc) · 2.79 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
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Terminal.ink</title>
<!-- Meta -->
<meta charset='utf-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<meta name='theme-color' content='#000000' />
<meta name="description" content="The terminal is a community where discord bot and library developers gather together to mostly to talk, share information around, and work together. Here you can meet new people, find help, and just generally have a good time talking with others. To avoid overflowing the server, we had to place requirements in place for joining, but if you meet the requirements and wish to join you can apply with the Google Forms link on the website! Hope we see you there!">
<meta property="og:type" content="website">
<meta property="og:title" content="Terminal.ink">
<meta property="og:description" content="The terminal is a community where discord bot and library developers gather together to mostly to talk, share information around, and work together. Here you can meet new people, find help, and just generally have a good time talking with others.">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/330777295952543744/337184029671424000/sdfsdf.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@alexflipnote">
<meta name="twitter:title" content="Terminal.ink">
<meta name="twitter:description" content="The terminal is a community where discord bot and library developers gather together to mostly to talk, share information around, and work together. Here you can meet new people, find help, and just generally have a good time talking with others.">
<meta name="twitter:image" content="https://cdn.discordapp.com/attachments/330777295952543744/337184029671424000/sdfsdf.png">
<meta name="author" content="AlexFlipnote">
<link rel="publisher" href="https://plus.google.com/+AlexanderSamuelsenManso">
<!-- Style -->
<link href="css/stylesheet.css" rel="stylesheet" type="text/css" />
<!-- Icons -->
<link rel="icon" href="img/favicon.gif" type="image/gif" >
</head>
<body>
<header>
<div class="brand">
<svg version="1.1" id="strike">
<path class="st0" d="M14.9,66L26,21.8l22,12.6L14.9,66z" /></path>
<path class="st0" d="M32.7,0L21.4,44.7L0,32.3L32.7,0z" /></path>
</svg>
<svg version="1.1" id="score">
<rect class="cls-1" width="50" height="15" /></rect>
</svg>
</div>
<h1>terminal.ink<label>_</label></h1>
<h2>A community for discord bot and library developers</h2>
</header>
<section>
<h2>
<a href="https://github.com/terminal"><label>github</label></a>;
<a href="https://goo.gl/forms/lsx7MWI1tbfD6Up12"><label>discord</label></a>;
</h2>
</section>
</body>
</html>