rails_template/public/404.html

37 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>404</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.2/css/bulma.min.css">
</head>
<body>
<div class="container is-fluid">
<div class="columns is-centered is-mobile">
<div class="column is-four-fifths-mobile is-two-thirds-tablet is-half-desktop has-text-centered">
<section class="hero">
<div class="hero-body">
<div class="container">
<h1>
<i class="far fa-frown-open fa-9x"></i>
</h1>
<h1 class="title" style="padding:2rem;">
This page does not exist.
</h1>
</div>
</div>
</section>
<p class="subtitle">
Please contact support if the problem persists.
</p>
</div>
</div>
</div>
</body>
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
</html>