From 498913806182905cc0c14bd12a61f9af26fa16b4 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 17 Feb 2020 19:59:15 +0000 Subject: Switch over to Jigsaw --- source/404.blade.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source/404.blade.php (limited to 'source/404.blade.php') diff --git a/source/404.blade.php b/source/404.blade.php new file mode 100644 index 0000000..4f1b6a3 --- /dev/null +++ b/source/404.blade.php @@ -0,0 +1,15 @@ +@extends('_layouts.master') + +@section('body') +
+

404

+ +

Page not found.

+ +
+ +

+ Need to update this page? See the Jigsaw documentation. +

+
+@endsection -- cgit v1.2.3-13-gbd6f