Skip to content
Snippets Groups Projects
Commit dc45ca6d authored by HauErn Lien's avatar HauErn Lien
Browse files

Update 2 files

- /wiki/pages/main.html
- /wiki/pages/tryhomepage.html
parent 7ed2cc4c
No related branches found
No related tags found
No related merge requests found
<!-- main.html -->
{% extends "layout.html" %}
{% block title %}Main Page{% endblock %}
{% block lead %}
欢迎来到我的网站
{% endblock %}
{% block page_content %}
<h2>这是主要内容。</h2>
<p>更多内容在这里。</p>
{% endblock %}
......@@ -87,6 +87,8 @@
<h4>Logo.</h4>
</header>
{% extends "layout.html" %}
<script>
let intro = document.querySelector('.intro');
let logo = document.querySelector('.logo-header');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment