aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/minimal.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/components/minimal.blade.php')
-rw-r--r--resources/views/components/minimal.blade.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/resources/views/components/minimal.blade.php b/resources/views/components/minimal.blade.php
deleted file mode 100644
index 37e6e03..0000000
--- a/resources/views/components/minimal.blade.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta property="og:type" content="website">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="theme-color" content="#f27405">
- <link rel="stylesheet" href="{{ asset('/css/master.css') }}"/>
- <link rel="icon" type="image/png" href="{{ asset('/favicon-32x32.png') }}" sizes="32x32"/>
- <link rel="icon" type="image/png" href="{{ asset('/favicon-16x16.png') }}" sizes="16x16"/>
- <title>{{ $title ?? 'Unknown' }}</title>
-</head>
-<body>
-{{ $slot }}
-</body>
-</html>