random commit message, read it yourself
This commit is contained in:
commit
6fc834a27d
15 changed files with 776 additions and 0 deletions
16
templates/base.html
Normal file
16
templates/base.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{% block title %}breadway.dev{% endblock title %}</title>
|
||||
<meta name="description" content="Projects by Breadway">
|
||||
<link rel="icon" type="image/svg+xml" href="{{ get_url(path="favicon.svg") }}">
|
||||
<link rel="stylesheet" href="{{ get_url(path="css/tokens.css") }}">
|
||||
<link rel="stylesheet" href="{{ get_url(path="css/base.css") }}">
|
||||
<link rel="stylesheet" href="{{ get_url(path="css/layout.css") }}">
|
||||
</head>
|
||||
<body>
|
||||
{% block content %}{% endblock content %}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue