-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
33 lines (30 loc) · 905 Bytes
/
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
---
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div class="row">
<div class="col s12 m6">
<div class="cover table">
{% include sidebar.html %}
</div>
</div>
<div class="col s12 m6">
<div class="post-listing">
<h4>
404 - Object not found!
</h4>
<p>
Not finding what you are looking for? <a href="http://www.chennaiastronomyclub.org/">Head to darker skies!</a>
</p>
<blockquote>
I think music is about our internal life. It's part of the way people touch each other. That's very precious to me. And astronomy is, in a sense, the very opposite thing. Instead of looking inwards, you are looking out, to things beyond our grasp. <strong>Brian May</strong>
</blockquote>
</div>
</div>
</div>
{% include js.html %}
</body>
</html>