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

Update 2 files

- /app.py
- /wiki/pages/tryhomepage.html
parent eadd59d2
No related branches found
No related tags found
No related merge requests found
...@@ -24,10 +24,6 @@ def serve(): ...@@ -24,10 +24,6 @@ def serve():
@app.route('/') @app.route('/')
def home(): def home():
return render_template('/pages/tryhomepage.html')
@app.route('/main')
def main_page():
return render_template('/pages/home.html') return render_template('/pages/home.html')
@app.route('/<page>') @app.route('/<page>')
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
setTimeout(()=>{ setTimeout(()=>{
intro.style.top = '-100vh'; intro.style.top = '-100vh';
setTimeout(()=>{ setTimeout(()=>{
window.location.href = '/main'; window.location.href = '/tsinghua/home';
}, 1000); }, 1000);
}, 2300) }, 2300)
......
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