mirror of
https://github.com/ProgramSnail/python_web_proj_2021.git
synced 2025-12-24 19:38:42 +00:00
change structure
This commit is contained in:
parent
aa829a984e
commit
c67e5f0e20
1709 changed files with 0 additions and 0 deletions
20
app/templates/base.html
Normal file
20
app/templates/base.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Language Learner</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="/static/w3.css">
|
||||
<link rel="stylesheet" href="/static/fontawesome/css/all.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="w3-container w3-dark-gray">
|
||||
<h1><i class="fas fa-dice-d20"></i> Language Learner</h1>
|
||||
</header>
|
||||
<div class="w3-container w3-margin">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
<footer class="w3-container w3-light-gray w3-center">
|
||||
<label>my app (2021)</label>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue