mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
38 lines
1.1 KiB
HTML
38 lines
1.1 KiB
HTML
---
|
|
title: 404 Not Found
|
|
layout: default
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="large-12 columns">
|
|
<h1>PAGE NOT FOUND</h1>
|
|
<h2 class="subheader">We weren't able to find the page you've requested.</h2>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<hr/>
|
|
|
|
<div class="large-12 columns">
|
|
<h3>What now?</h3>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="large-6 columns">
|
|
<p>If you were looking for the wiki:<br/>
|
|
<a href="{{ site.baseurl }}/wiki/index.html" class="button small">Take me to the wiki</a></p>
|
|
|
|
<p>If you were looking for the news:<br/>
|
|
<a href="{{ site.baseurl }}/news.html" class="button small">Take me to the news</a></p>
|
|
|
|
<p>If you were looking for the GitHub repository:<br/>
|
|
<a href="{{ site.ace.githubUrl }}" class="button small">Take me to the repository</a></p>
|
|
</div>
|
|
<div class="large-6 columns">
|
|
<div class="videoWrapper">
|
|
<iframe src="https://www.youtube-nocookie.com/embed/NqSNoLUz1bw?rel=0" frameborder="0" allowfullscreen></iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|