diff options
author | Mateja <mail@matejamaric.com> | 2020-10-07 18:41:35 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-10-07 18:41:35 +0200 |
commit | b981dc8715b36c83107de4c2868e3410a6faf457 (patch) | |
tree | 899a97261d0b901740cfbd949fc0839bb7a1e607 /resources/views/about.blade.php | |
download | yota-laravel-b981dc8715b36c83107de4c2868e3410a6faf457.tar.gz yota-laravel-b981dc8715b36c83107de4c2868e3410a6faf457.zip |
First commit
Diffstat (limited to 'resources/views/about.blade.php')
-rw-r--r-- | resources/views/about.blade.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php new file mode 100644 index 0000000..a448fac --- /dev/null +++ b/resources/views/about.blade.php @@ -0,0 +1,13 @@ +<!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> |