diff options
author | Frankie B <floppydisk05@aol.com> | 2023-10-15 21:07:44 +0100 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2023-10-15 21:07:44 +0100 |
commit | 089ddcaf0be7c2a2744e7b61092a59d56100da62 (patch) | |
tree | 6ada75fd867e9dcba0aed178b0a4e1c067748b5e /resources/views/pages/home.blade.php | |
parent | 4e537e8aec3507280f7670ad29bffd3829234148 (diff) |
Remove niko from homepage
Diffstat (limited to 'resources/views/pages/home.blade.php')
-rw-r--r-- | resources/views/pages/home.blade.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 3220e5c..0dc466a 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -69,19 +69,4 @@ <td><a href="https://github.com/floppydisk05">floppydisk05</a></td> </tr> </table> - <br> - - <table class="info-table" role="presentation"> - <caption> - <h2>niko</h2> - <hr> - </caption> - <tr> - <td> - <video width="320" height="320" controls> - <source src="/videos/silly.mp4" type="video/mp4"> - </video> - </td> - </tr> - </table> @stop |