From 7ff83424592cd5a3c58fe2e6d7e67aeef5144caf Mon Sep 17 00:00:00 2001
From: horus
Date: Sat, 27 Jun 2026 05:40:45 +0200
Subject: merge
---
ssh/resources/views/index.blade.php | 49 -------------------------------------
1 file changed, 49 deletions(-)
delete mode 100644 ssh/resources/views/index.blade.php
(limited to 'ssh/resources/views/index.blade.php')
diff --git a/ssh/resources/views/index.blade.php b/ssh/resources/views/index.blade.php
deleted file mode 100644
index 712cc36..0000000
--- a/ssh/resources/views/index.blade.php
+++ /dev/null
@@ -1,49 +0,0 @@
-@extends('layouts.app')
-
-@section('styles')
-@media ( max-width: 397px ) {
- .btn-mobile-second {
- margin-top: 1rem;
- }
- .btn-lg {
- width: 100%;
- }
-}
-html {
- height: 100%;
-}
-.cover-heading {
- margin-top: 4rem;
-}
-
-@endsection
-
-@section('content')
-
-@if ( "index" == Request::route()->getName() )
-
- @endif
-@endsection
--
cgit v1.2.3