{# epub/epub-cover.html ~~~~~~~~~~~~~~~~~~~~ Sample template for the html cover page. :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "layout.html" %} {%- block header %}{% endblock %} {%- block rootrellink %}{% endblock %} {%- block relbaritems %}{% endblock %} {%- block sidebarlogo %}{% endblock %} {%- block linktags %}{% endblock %} {%- block relbar1 %}{% endblock %} {%- block sidebar1 %}{% endblock %} {%- block sidebar2 %}{% endblock %} {%- block footer %}{% endblock %} {% block content %}
Cover image

Edition 0.1 first published 2018
Edition 0.2 first published 2021

https://yingtongli.me/pointsoforder

Copyright © 2021 Lee Yingtong Li. You may use this book, at your option, under either of the following licences:

Authored in Sphinx

Cover image courtesy of Breather Products Inc., licensed under the Creative Commons CC0 1.0 Universal Public Domain Dedication

{% endblock %}