This repository has been archived on 2025-03-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
frs/templates/loggedin_html.mustache
T
2016-05-20 19:06:02 +02:00

24 lines
437 B
Plaintext

{{> html_head}}
{{> mdl_head}}
{{> mdl_content_head}}
<div class="frs-crumbs mdl-color-text--grey-500">
Not Google &gt; Not Google Now &gt; Fake Reservation System
</div>
<h3>What is this?</h3>
{{# userdata}}
<p>
<pre>{{userdata}}</pre>
</p>
{{/ userdata}}
<p>
Welcome, to the <strong>Fake Reservation System</strong>. Where you can book travels you'll never attend.
</p>
{{> mdl_content_foot}}
{{> mdl_foot}}
{{> html_foot}}