Form preview: add viewport tag to test it on mobile

This commit is contained in:
Felix Niklas 2021-06-29 12:21:35 +02:00 committed by Thorsten Eckel
parent 61975af672
commit a5da54ff45

View file

@ -1,6 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Example Form</title> <title>Example Form</title>
</head> </head>
<body> <body>