-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
45 lines (45 loc) · 2.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Events Timer - Countdown</title>
<meta name="keywords" content="event,timer,countdown">
<meta name="description" content="This is a simple countdown application with two time dependent notifications. The application's main target group are speakers at events, conferences, etc.">
<meta name="author" content="Martin Hlaváč">
<meta property="og:title" content="Events Timer - Countdown">
<meta property="og:image" content="static/screenshot.png">
<meta property="og:description" content="This is a simple countdown application with two time dependent notifications. The application's main target group are speakers at events, conferences, etc.">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="static/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon-16x16.png">
<link rel="manifest" href="static/site.webmanifest">
<link rel="mask-icon" href="static/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71841368-4"></script>
<script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","UA-71841368-4");</script>
</head>
<body>
<section class="hero is-primary is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title">404</h1>
<h2 class="subtitle">Oops there is no page here.</h2>
</div>
</div>
</section>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Events Timer - Countdown"
"description": "This is a simple countdown application with two time dependent notifications. The application's main target group are speakers at events, conferences, etc."
"url": "http://events-timer.eu/"
"image": "http://events-timer.eustatic/screenshot.png"
}
</script>
</body>
</html>