Skip to content
Snippets Groups Projects
Unverified Commit 27f2ae23 authored by Nico's avatar Nico
Browse files

add meta viewport to HTML

parent d547a584
No related branches found
No related tags found
No related merge requests found
Pipeline #2931 passed
...@@ -14,6 +14,7 @@ cat > public/index.html <<EOF ...@@ -14,6 +14,7 @@ cat > public/index.html <<EOF
<head> <head>
<title>Freifunk Stuttgart SSH Keys</title> <title>Freifunk Stuttgart SSH Keys</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
<h1>Gruppen</h1> <h1>Gruppen</h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment