2024-12-16
This commit is contained in:
14
server/app/templates/base.html
Normal file
14
server/app/templates/base.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% block head %}
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
<!-- <link rel="stylesheet" href="style.css"> -->
|
||||
<style>{% include "style.css"%}</style>
|
||||
<meta name="viewport" content="width=600, height=800" />
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% block content %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user