فهرست منبع

Add manifest to the html.

Lee Morgan 1 سال پیش
والد
کامیت
b290ede92e
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      views/index.html

+ 2 - 0
views/index.html

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