From 65ffedd64a695a2360c0703a486ff159791fd19d Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan@faked.org> Date: Wed, 7 Jun 2023 09:04:59 +0200 Subject: [PATCH] add "mobile-web-app-capable" headers --- data_src/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data_src/index.html b/data_src/index.html index c787ff2..1b926b6 100644 --- a/data_src/index.html +++ b/data_src/index.html @@ -4,6 +4,8 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="mobile-web-app-capable" content="yes"> + <meta name="apple-mobile-web-app-capable" content="yes"> <title>Matrix of Life</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous"> -- GitLab