-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
118 lines (105 loc) · 4.44 KB
/
404.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/reset.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:200,300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
<title>Fishbole: Online Video Presentations - Home</title>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Beautifully Simple Video Presentations - Create Video Presentations" />
<meta property="og:description"
content="404. Fishbole is a free online, short-form video presentation platform to train, sell and explain stuff." />
<meta property="og:url" content="https://www.fishbole.io/" />
<meta property="og:site_name" content="Create Video Presentations" />
<meta property="fb:app_id" content="1137459229643751" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description"
content="404. Fishbole is a free online, short-form video presentation platform to train, sell and explain stuff." />
<meta name="twitter:title" content="Beautifully Simple Video Presentations - Create Video Presentations" />
<meta name="msapplication-TileImage" content="/assets/icons/icon_256.png" />
<meta name="description"
content="404. Fishbole is a free online, short-form video presentation platform to train, sell and explain stuff." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@fishboleio" />
<meta name="twitter:description"
content="404. Fishbole is a free online, short-form video presentation platform to train, sell and explain stuff." />
<meta name="twitter:title" content="Fishbole" />
<meta name="twitter:image" content="https://static.fishbole.io/landing-page/Fishbole-Screenshot.png" />
<meta name="twitter:label2" value="Create your own" />
<meta name="twitter:data2" value="www.fishbole.io" />
<link rel="icon" href="/assets/icons/icon_128.png" sizes="128x128" />
<link rel="apple-touch-icon-precomposed" href="/assets/icons/icon_152.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-82905138-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-82905138-1');
</script>
</head>
<body>
<header>
<div id="logo-container">
<a href="/">
<img alt="Fishbole logo" src="/assets/site-logo.svg" />
</a>
</div>
<div id="header-links">
<a class="button" href="https://app.fishbole.io/login" id="login-button">
Log in
</a>
<a class="button" href="https://app.fishbole.io/signup">
Try for free
</a>
</div>
</header>
<section id="error">
<div class="box message-wrapper">
<i class="material-icons">search</i>
<div class="message">
<h1>
Uh oh. There's nothing to see here.
</h1>
<a class="button" href="/">
Go to home page
</a>
</div>
</div>
</section>
<footer>
<div id="footer-links">
<div>
<a class="link" href="https://app.fishbole.io/login">
Log in
</a>
<a class="link" href="https://app.fishbole.io/signup">
Sign up
</a>
<a class="link" href="mailto:[email protected]">
</a>
</div>
<div>
<a class="link" href="/terms.html">
Terms of service
</a>
<a class="link" href="/privacy.html">
Privacy policy
</a>
</div>
</div>
<div id="copyright">
<span>
© Fishbole, LLC 2017 | Made with ♥ in Australia, Hungary and New Zealand.
</span>
</div>
</footer>
</body>
</html>