mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add tutorial page, favicon.
- The tutorial is written in markdown and transformed into HTML via Javascript, so anyone can edit it without knowledge of web development.
This commit is contained in:
14
WebHostLib/templates/tutorial.html
Normal file
14
WebHostLib/templates/tutorial.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends 'layout.html' %}
|
||||
|
||||
{% block head %}
|
||||
<title>Setup Tutorial</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("tutorial.css") }}" />
|
||||
<script type="application/ecmascript" src="https://unpkg.com/showdown/dist/showdown.min.js"></script>
|
||||
<script type="application/ecmascript" src="{{ static_autoversion("tutorial.js") }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div id="tutorial-wrapper" class="main-content">
|
||||
<!-- Content generated from MarkDown by EcmaScript -->
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user