Better support for mobile devices
This commit is contained in:
parent
c2dd5caf52
commit
581ea4ed0a
3 changed files with 10 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Overleaf registration: done</title>
|
<title>Overleaf registration: done</title>
|
||||||
|
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/register/static/styles/styles.css">
|
<link rel="stylesheet" href="/register/static/styles/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Overleaf registration: done</title>
|
<title>Overleaf registration: done</title>
|
||||||
|
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/register/static/styles/styles.css">
|
<link rel="stylesheet" href="/register/static/styles/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
<head>
|
<head>
|
||||||
<title>StudentiUniMi Overleaf registration</title>
|
<title>StudentiUniMi Overleaf registration</title>
|
||||||
|
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/register/static/styles/styles.css">
|
<link rel="stylesheet" href="/register/static/styles/styles.css">
|
||||||
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue