-
Notifications
You must be signed in to change notification settings - Fork 4
/
404.html
33 lines (31 loc) · 1010 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
---
layout: default
title: Not found
---
<section class="section-404">
<div class="section-background">
<div class="section-wrapper">
<div class="hexagon hexagon-1"></div>
<div class="hexagon hexagon-4"></div>
</div>
</div>
<div class="section-wrapper">
<div class="card">
<div class="card-left">
<h1>Page not found :(</h1>
<p>The requested page could not be found.</p>
<div>
PM2 Process Manager documentation:<br/>
<a href="https://pm2.keymetrics.io/" title="PM2 Process Manager Documentation">https://pm2.keymetrics.io/</a><br/>
<br/>
PM2 Plus & Enterprise documentation: <br/><a href="https://pm2.io/docs/plus/overview/" title="PM2 Monitoring Documentation">https://pm2.io/docs/plus/overview/</a><br/>
</div>
</div>
<div class="card-right">
<img src="{{ site.url }}/assets/travolta.gif" />
</div>
<div class="card-left">
</div>
</div>
</div>
</section>