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 | dae3e6dcae772077928363fa2adf1c874ca792d4 (patch) | |
tree | b6292e1ee8753b627425fccbbf49590110776164 /resources | |
parent | cd53fec585ca7650cc59be0bd0df4a576319d2f7 (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 |