mehr layout die zweite

This commit is contained in:
noxy
2019-09-02 20:06:38 +00:00
parent 4c21480392
commit 4b6d5812a8
12 changed files with 156 additions and 35 deletions

View File

@@ -0,0 +1,12 @@
@extends('profilelayout')
@section('novidcontent')
<div class="container">
<ul class="list-group">
<div class="uploadheader">
<h3 id="upheader">Upload</h3>
</div>
<div class="box">
<p>Uploading is currently only working with JS</p>
<p>Switch layouts <a href="/">/</a></p>
</div>
@endsection