From 8e627b16712e90134919c7366dffa4993a13165a Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 13 Jun 2023 23:07:20 +0100 Subject: Add global layout and homepage --- resources/views/includes/footer.blade.php | 8 ++++++++ resources/views/includes/head.blade.php | 13 +++++++++++++ resources/views/includes/header.blade.php | 11 +++++++++++ 3 files changed, 32 insertions(+) create mode 100644 resources/views/includes/footer.blade.php create mode 100644 resources/views/includes/head.blade.php create mode 100644 resources/views/includes/header.blade.php (limited to 'resources/views/includes') diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php new file mode 100644 index 0000000..09dcf38 --- /dev/null +++ b/resources/views/includes/footer.blade.php @@ -0,0 +1,8 @@ +
+
+ Any Damn Browser  + Linux NOW!  + vim  + Valid CSS!  + Valid HTML 4.01!
+
diff --git a/resources/views/includes/head.blade.php b/resources/views/includes/head.blade.php new file mode 100644 index 0000000..ed4f29e --- /dev/null +++ b/resources/views/includes/head.blade.php @@ -0,0 +1,13 @@ + + + + + + + + + ~floppydisk / @yield('title') + + + + diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php new file mode 100644 index 0000000..37dccbe --- /dev/null +++ b/resources/views/includes/header.blade.php @@ -0,0 +1,11 @@ + -- cgit v1.2.3-54-g00ecf