Create error_meow.html

This commit is contained in:
Eric Johansson (neku) 2015-10-06 01:05:40 +02:00
parent c67054219e
commit ca712c728c
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<div class="container">
<div class="row">
<div class="col s12">
<div class="card-panel blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title" style="color: #FF9999"><h3>Error!</h3></span>
<p>File type not allowed, sorry about that.</p>
</div>
</div>
</div>
</div>
</div>