fup: add title to base template
This commit is contained in:
parent
d8e001922a
commit
5ddd41ac94
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<title>fup</title>
|
||||||
<link rel="stylesheet" type="text/css" href="{{static "css/reset.min.css"}}">
|
<link rel="stylesheet" type="text/css" href="{{static "css/reset.min.css"}}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{static "css/base.css"}}">
|
<link rel="stylesheet" type="text/css" href="{{static "css/base.css"}}">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||||
|
|
Loading…
Reference in a new issue