style: fix html alignment, etc.

This commit is contained in:
floppydiskette 2023-07-03 19:07:31 +01:00
parent 1c34087354
commit b5293a41a3
No known key found for this signature in database
7 changed files with 329 additions and 324 deletions

View file

@ -318,6 +318,5 @@
<p>TBD</p>
</td>
</tr>
</tr>
</table>
@stop

View file

@ -0,0 +1,6 @@
@extends('layouts.default')
@section('title', 'Page Title')
@section('description', 'Page description goes here')
@section('content')
<p>page content</p>
@stop