diff options
Diffstat (limited to 'resources/views/pages/home.blade.php')
-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 |