Added 404.html and config file for emojis :p
This commit is contained in:
parent
a9ce3813bf
commit
d8501534fa
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: main
|
||||||
|
title: 404
|
||||||
|
---
|
||||||
|
<section>
|
||||||
|
<h2>Error 404</h2>
|
||||||
|
<p>
|
||||||
|
There is nothing there... maybe you want to go back to <a href="/">the index</a>
|
||||||
|
</p>
|
||||||
|
</section>
|
|
@ -0,0 +1,3 @@
|
||||||
|
gems:
|
||||||
|
- jekyll-redirect-from
|
||||||
|
- jemoji
|
|
@ -5,7 +5,12 @@ title: Index
|
||||||
<section>
|
<section>
|
||||||
<h2>Index</h2>
|
<h2>Index</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/bouncing/">A bouncing cube that jumps when you click on it</a></li>
|
<li>
|
||||||
|
<a href="/bouncing/">A bouncing cube that jumps when you click on it</a>
|
||||||
|
<p>
|
||||||
|
Jumps and bounce when you click on it :smiley:
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>
|
<p>
|
||||||
<a href="/multisphere/">Sphere with multi-resolution</a>
|
<a href="/multisphere/">Sphere with multi-resolution</a>
|
||||||
|
|
Loading…
Reference in New Issue