removed viewport directive
this forces mobile into desktop mode, but there was no style for mobile anyways
This commit is contained in:
parent
5dba3f8675
commit
d271b59da4
1
aes.html
1
aes.html
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user