-
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) · 666 Bytes
/
404.html
File metadata and controls
28 lines (21 loc) · 666 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
---
title: Oh God - Are you lost?
date: 2015-03-02 17:40:34 Z
layout: post
author: Revanth Revoori
search_omit: true
exclude_from_search: true
---
<center>
<h1> You Imbecile. Here are 3 of my latests posts: </h1>
{% for post in site.posts limit: 3 %}
<br><a class="title" href="{{ post.url }}">{{ post.title }}</a><br>
{% endfor %}
<br>
<h4>Pick one and Try and don't get lost next time ok? :wink: <h4>
<h4 style="text-align:center"><br>[Or]<br></h4>
<form action="/search" class="search-wrapper cf">
<input type="text" name="q" id="q" placeholder="Search me some content/title" required="">
<button type="submit">Search</button>
</form>
</center>