-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
28 lines (21 loc) · 781 Bytes
/
404.html
File metadata and controls
28 lines (21 loc) · 781 Bytes
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
---
layout: base
title: 404
lang: en
sitemap: false
---
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-7">
{% include header.html heading="Page not found" %}
<div style="max-width:854px" class="mt-5">
<div style="position:relative;height:0;padding-bottom:56.25%">
<iframe src="https://embed.ted.com/talks/renny_gleeson_404_the_story_of_a_page_not_found" width="854" height="480" style="position:absolute;left:0;top:0;width:100%;height:100%" frameborder="0" scrolling="no" allowfullscreen></iframe>
</div>
</div>
{% include footer.html %}
</div>
</div>
</div>