diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-22 20:02:57 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-22 20:03:02 +0100 |
commit | 5d6f39096830cc54551fdb3bf2e698a4938c5bb0 (patch) | |
tree | b6292e1ee8753b627425fccbbf49590110776164 /resources | |
parent | 37b8be496e83b8bd0158bd5aa9b69397264475d9 (diff) |
niko
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/pages/home.blade.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index d32f8ba..9be0baf 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -69,4 +69,20 @@ <td><a href="https://github.com/floppydisk05">floppydisk05</a></td> </tr> </table> + <br> + + <table class="info-table"> + <caption> + <h1>niko</h1> + <hr> + </caption> + <tr> + <td> + <video width="320" height="320" controls> + <source src="/videos/silly.mp4" type="video/mp4"> + </video> + </td> + </tr> + </table> + @stop |