Compare commits
No commits in common. "85da57942c74604cc67aee5e2ccf1dcf685f0049" and "56240653162bbfbd7f20c443c77f13f4cc6cd5d5" have entirely different histories.
85da57942c
...
5624065316
30
404.html
30
404.html
|
@ -1,30 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Parsell Family Website</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="Stylesheet" href="css/main.min.css" />
|
||||
<script src="https://kit.fontawesome.com/7552ed27e8.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<section class="hero is-fullheight has-background">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<div class="column is-one-third is-offset-one-third">
|
||||
<div class="box">
|
||||
<p class="title has-text-centered has-text-weight-light is-big-headed">404</p>
|
||||
<p class="subtitle has-text-centered has-text-weight-light">Resource not found</p>
|
||||
<div class="is-divider"></div>
|
||||
<p class="buttons is-centered">
|
||||
<a href="/" class="button is-rounded">
|
||||
<i class="fas fa-arrow-left fa-lg"></i> Return to homepage
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
|
@ -25,7 +25,7 @@
|
|||
<div class="box">
|
||||
<p class="title has-text-centered has-text-weight-light is-big-headed">Parsell Family</p>
|
||||
<div class="is-divider" data-content="Links"></div>
|
||||
<p class="buttons is-centered">
|
||||
<p class="buttons is-centered is-big-chinned">
|
||||
<a href="http://mail.parsell.me/" class="button is-medium is-rounded">
|
||||
<span class="icon is-medium"><i class="far fa-envelope fa-lg"></i></span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue