mirror of
https://github.com/romancm/gamebrary
synced 2024-12-18 23:33:15 +00:00
20 lines
597 B
HTML
Executable file
20 lines
597 B
HTML
Executable file
<!DOCTYPE html>
|
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
|
<!--[if gt IE 8]><!-->
|
|
<html class="no-js">
|
|
<!--<![endif]-->
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
<!--[if lt IE 8]>
|
|
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
|
<![endif]-->
|
|
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|
|
|