-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (31 loc) · 2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Radical Scrabble</title>
<meta name="description" content="A radical, tubular version of Scrabble where you play with words instead of letters. Sweet? Yeah, you bet it's totally gnarly." />
<meta name="viewport" content="width=device-width,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0" />
<meta property="og:title" content="Radical Scrabble">
<meta property="og:description" content="A radical, tubular version of Scrabble where you play with words instead of letters. Sweet? Yeah, you bet it's totally gnarly.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://radicalscrabble.com">
<meta property="og:image" content="https://radicalscrabble.com/og.png">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="BretHudson" />
<meta name="twitter:creator" content="BretHudson" />
<meta name="twitter:title" content="Radical Scrabble" />
<meta name="twitter:description" content="A radical, tubular version of Scrabble where you play with words instead of letters. Sweet? Yeah, you bet it's totally gnarly." />
<meta name="twitter:image:src" content="https://radicalscrabble.com/og.png" />
<meta name="twitter:url" content="https://radicalscrabble.com" />
<meta name="theme-color" content="#e3e0f3">
<link rel="stylesheet" type="text/css" href="./css/styles.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.1/css/duotone.css" integrity="sha384-Na50X0DRTNz+Sc+4XbFXONmaknKHBHw6gvRZ4coLQCl7ZLXziulq+4wvTZxkaM+U" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.1/css/fontawesome.css" integrity="sha384-OvQaO09Stu8nVnOdc+6B3WjpKg9dfBxoakdLxJKAYgsz62+DzBUCvWRxPl9LRVSq" crossorigin="anonymous">
<script type="text/javascript" src="./js/blueprint.js"></script>
<script type="text/javascript" src="./js/transition.js"></script>
<script type="text/javascript" src="./js/q.js"></script>
<script type="text/javascript" src="./js/main.js"></script>
</head>
<body>
</body>
</html>