Add app logo and favicon
This commit is contained in:
@@ -4,14 +4,19 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>P-Touch Web Editor</title>
|
||||
<link rel="icon" href="{{ url_for('static', filename='ptouch-web-logo.svg') }}" type="image/svg+xml">
|
||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='ptouch-web-logo.svg') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<div class="app-shell">
|
||||
<header class="topbar">
|
||||
<div class="brand">
|
||||
<strong>P-Touch Web</strong>
|
||||
<span>PT-P700 · <a href="{{ url_for('mobile') }}">Mobile</a></span>
|
||||
<img src="{{ url_for('static', filename='ptouch-web-logo.svg') }}" alt="" aria-hidden="true">
|
||||
<div>
|
||||
<strong>P-Touch Web</strong>
|
||||
<span>PT-P700 · <a href="{{ url_for('mobile') }}">Mobile</a></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="toolbar" aria-label="Werkzeuge">
|
||||
<button data-tool="text" title="Textfeld">Text</button>
|
||||
|
||||
Reference in New Issue
Block a user