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, viewport-fit=cover">
|
||||
<title>P-Touch Mobile</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='mobile.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<main class="mobile-shell">
|
||||
<header>
|
||||
<div>
|
||||
<h1>P-Touch Mobile</h1>
|
||||
<p>PT-P700</p>
|
||||
<div class="mobile-brand">
|
||||
<img src="{{ url_for('static', filename='ptouch-web-logo.svg') }}" alt="" aria-hidden="true">
|
||||
<div>
|
||||
<h1>P-Touch Mobile</h1>
|
||||
<p>PT-P700</p>
|
||||
</div>
|
||||
</div>
|
||||
<a href="{{ url_for('index') }}">Editor</a>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user