summaryrefslogtreecommitdiff
path: root/templates/not_found.html.ep
blob: c2bc09f088349973bbf590c517c995f014610c39 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="row">
	<div class="col s12">
		<div class="card caution-color">
			<div class="card-content white-text">
				<span class="card-title">404 Not Found</span>
				<p>Diese Seite gibt es hier nicht.</p>
			</div>
		</div>
	</div>
</div>