diff options
author | Mateja <mail@matejamaric.com> | 2020-10-07 21:41:24 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-10-07 21:41:24 +0200 |
commit | bbd270805f1020a313d6125e362dfa2309c89ef5 (patch) | |
tree | e86b703973eb4ee5b6a6ca8cb4bff9d166edaa49 /resources/views/about.blade.php | |
parent | b981dc8715b36c83107de4c2868e3410a6faf457 (diff) | |
download | yota-laravel-bbd270805f1020a313d6125e362dfa2309c89ef5.tar.gz yota-laravel-bbd270805f1020a313d6125e362dfa2309c89ef5.zip |
Basic blade templates...
Diffstat (limited to 'resources/views/about.blade.php')
-rw-r--r-- | resources/views/about.blade.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php deleted file mode 100644 index a448fac..0000000 --- a/resources/views/about.blade.php +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <title>About Laravel</title> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - </head> - <body> - <main> - <p>Mama ti je gej!</p> - </main> - </body> -</html> |