mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
12 lines
No EOL
601 B
HTML
Vendored
12 lines
No EOL
601 B
HTML
Vendored
<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>
|
|
<footer>
|
|
<hr>
|
|
<p style="text-align: center;">© 2021 Attendance (β) | Made by <a target="_blank"
|
|
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>
|
|
</p>
|
|
</footer> |