diff options
author | Fbenas <philbeansburton@gmail.com> | 2020-06-19 02:16:51 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2020-06-19 02:16:51 +0100 |
commit | d1fe4536cc039450b540104e382db0d01d5cf886 (patch) | |
tree | fd40ab48f79370541f377b59bb381811126485ad /resources/views/layout/partial | |
parent | c83e876693bdb71c66418c13f5e09dfdaef24478 (diff) |
Initial commit
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 |