feat(ui): add favicon.ico route and link tag in base template
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% block title %}星笺{% endblock %}</title>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
|
||||
Reference in New Issue
Block a user