forked from muyrety/Smarter
14 lines
1.5 KiB
Django/Jinja
14 lines
1.5 KiB
Django/Jinja
{% extends "base.j2" %}
|
|
|
|
{% block title %} OpenTDB {% endblock %}
|
|
|
|
{% block main %}
|
|
<div class="container text-center">
|
|
<h1 class="mt-2 text-primary-emphasis"> Open Trivia Database </h1>
|
|
<p class="text-primary-emphasis"> Open Trivia Database (<abbr>OpenTDB</abbr>) provides a substantial amount of questions for Smarter. It contains more than 4000 verified questions of varying
|
|
difficulties and categories. It is not possible to contribute to the database directly through Smarter, although you are welcome to do so on their
|
|
<a class="text-primary-emphasis link-offset-2" href="https://opentdb.com/">site</a>.
|
|
</p>
|
|
<p class="text-primary-emphasis" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span class="property="dct:title">The questions provided by Open Trivia DB</span> are licensed under <a class="text-primary-emphasis" href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>
|
|
</div>
|
|
{% endblock %}
|