-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnojs.html
More file actions
32 lines (24 loc) · 744 Bytes
/
Copy pathnojs.html
File metadata and controls
32 lines (24 loc) · 744 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
29
30
31
32
---
title: Dude! Enable Javascript
date: 2015-03-02 17:40:34 Z
layout: post
author: Revanth Revoori
search_omit: true
exclude_from_search: true
---
<center>
<h1> You are here cause bwoke javascript! Enable to use <a href="/search">Search</a> </h1>
<h4 style="text-align:center"><br>[If you want to be a crybaby about enabling it]<br></h4>
{% for post in site.posts limit: 3 %}
<br><a href="{{ post.url }}">{{ post.title }}</a><br>
{% endfor %}
<br>
<h4>Pick one link above and Try and don't get lost next time ok? :wink: <h4>
<h2 style="text-align:center">Here is quirky quote for ya! ;)</h2>
<h4>
{% cycle
'“ Java is to JavaScript what Car is to Carpet. ” - Chris Heilmann',
'even'
%}
</h4>
</center>