removed viewport directive

this forces mobile into desktop mode, but there was no style for mobile
anyways
This commit is contained in:
dogeystamp 2023-01-28 16:31:27 -05:00
parent 5dba3f8675
commit d271b59da4
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>encryptme: Simple AES encryption/decryption</title>

View File

@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>encryptme</title>