Attendance/templates/footer.html

12 lines
601 B
HTML
Raw Permalink Normal View History

<div id="loading" width="100%" style="display: none; text-align: center;">
<video id="loading" oncontextmenu="return false;" height="100%" loop autoplay muted>
<source src="/static/loading.webm" type="video/webm" height="100%">
</video>
</div>
2021-09-24 22:31:36 -07:00
<footer>
<hr>
<p style="text-align: center;">&copy; 2021 Attendance (β) | Made by <a target="_blank"
2021-10-07 01:05:17 -07:00
href="https://github.com/aaronleetw">Aaron Lee 李翊愷</a> and Mr. Raymond Tsai 蔡瑋倫老師
<br>for <a target="_blank" href="https://www.fhjh.tp.edu.tw">Taipei Fuhsing Private School</a>
2021-09-24 22:31:36 -07:00
</p>
</footer>