|
@@ -3,9 +3,11 @@
|
|
|
<head>
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
+ <meta name="theme-color" content="#F46036">
|
|
|
<title>Workout Tracker</title>
|
|
<title>Workout Tracker</title>
|
|
|
<link rel="stylesheet" href="/index.css">
|
|
<link rel="stylesheet" href="/index.css">
|
|
|
<link rel="icon" href="/logo.svg" type="image/svg+xml">
|
|
<link rel="icon" href="/logo.svg" type="image/svg+xml">
|
|
|
|
|
+ <link rel="manifest" href="/manifest.json">
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
<svg class="logo" width="90" height="60" viewBox="10 20 80 50" xmlns="http://www.w3.org/2000/svg">
|
|
<svg class="logo" width="90" height="60" viewBox="10 20 80 50" xmlns="http://www.w3.org/2000/svg">
|