diff options
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> |