diff options
Diffstat (limited to 'resources/views/layout/partial')
-rw-r--r-- | resources/views/layout/partial/footer-scripts.blade.php | 0 | ||||
-rw-r--r-- | resources/views/layout/partial/footer.blade.php | 0 | ||||
-rw-r--r-- | resources/views/layout/partial/head.blade.php | 13 | ||||
-rw-r--r-- | resources/views/layout/partial/header.blade.php | 0 | ||||
-rw-r--r-- | resources/views/layout/partial/nav.blade.php | 0 |
5 files changed, 13 insertions, 0 deletions
diff --git a/resources/views/layout/partial/footer-scripts.blade.php b/resources/views/layout/partial/footer-scripts.blade.php new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/resources/views/layout/partial/footer-scripts.blade.php diff --git a/resources/views/layout/partial/footer.blade.php b/resources/views/layout/partial/footer.blade.php new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/resources/views/layout/partial/footer.blade.php diff --git a/resources/views/layout/partial/head.blade.php b/resources/views/layout/partial/head.blade.php new file mode 100644 index 0000000..1b63459 --- /dev/null +++ b/resources/views/layout/partial/head.blade.php @@ -0,0 +1,13 @@ +<meta charset="utf-8"> + +<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> +<meta name="description" content="Rugby"> +<meta name="author" content="Phil Burton"> + +<title>Rugby</title> + +<!-- Bootstrap core CSS --> + + +<!-- Custom styles for this template --> +<link href="/css/app.css" rel="stylesheet">
\ No newline at end of file diff --git a/resources/views/layout/partial/header.blade.php b/resources/views/layout/partial/header.blade.php new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/resources/views/layout/partial/header.blade.php diff --git a/resources/views/layout/partial/nav.blade.php b/resources/views/layout/partial/nav.blade.php new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/resources/views/layout/partial/nav.blade.php |