aboutsummaryrefslogtreecommitdiff
path: root/resources/views/layouts/minimal.blade.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2024-07-11 22:24:23 +0100
committerFrankie B <git@diskfloppy.me>2024-07-11 22:24:41 +0100
commit13584f1f7b0582ee96f1743d2ac5b89fc9ce6c53 (patch)
tree00a7d0e926c02ec843fffc920875be6289a3c88c /resources/views/layouts/minimal.blade.php
parent069cf70f5be260e6fcf44d80a9befca01e4c5ed6 (diff)
Remove unused views
Diffstat (limited to 'resources/views/layouts/minimal.blade.php')
-rw-r--r--resources/views/layouts/minimal.blade.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/resources/views/layouts/minimal.blade.php b/resources/views/layouts/minimal.blade.php
deleted file mode 100644
index 5cef094..0000000
--- a/resources/views/layouts/minimal.blade.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en">
-<head>
- <title>@yield('title')</title>
- <link rel="stylesheet" href="{{ URL::asset ('css/minimal.css') }}"/>
-</head>
-
-<body>
-@yield('content')
-</body>
-</html>