-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.63 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 lang="en">
<head>
<title>WhaleSay</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:title" content="The English to Whale translator">
<meta property="og:site_name" content="WhaleSay">
<meta property="og:description" content="Have you ever wondered how to speak the mysterious language of whales known as 'Whalese'? Well now though a revolutionary leap in machine learning and AI, our scientists have discovered a foolproof way of translating! Learn to speak Whalese today!">
<meta property="og:type" content="app">
<meta property="og:image" content="img/whalesay-square.png">
<meta property="og:url" content="http://whalesay.ca">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#2196f3">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<div class="container">
<img src="img/whitewhale.svg" alt="WhaleSay logo">
<h3>Talk just like a whale, coming soon to an Android phone near you!</h3>
Follow the development <a href="https://github.com/worldturtlemedia/whalesay">here</a>
</div>
</body>
</html>