-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (28 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Fateseal Slackbot</title>
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,500">
</head>
<body>
<div class="container">
<article class="content">
<header>
<h1>Fateseal Slackbot</h1>
<p>Search and share MTG cards within Slack</p>
</header>
<section>
<a href="https://slack.com/oauth/authorize?&client_id=3069883893.169314532999&scope=commands,team:read,links:write,links:read"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/[email protected] 2x" /></a>
</section>
<footer>
<p><small>Built by <a href="http://fateseal.com">Fateseal</a></small></p>
<p><small>MTG card artwork is copyright of Wizards of the Coast. This site is not affiliated or endorsed by WOTC.</small></p>
</footer>
</div>
</div>
</body>
</html>