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
commit4b5c192301b1293232a03e5be5bec6d2aa887d2e (patch)
tree00a7d0e926c02ec843fffc920875be6289a3c88c /resources/views/layouts/minimal.blade.php
parentd7dab43cf44062c327328a9840200b9bc5c39bee (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>