add meta viewport tag
This commit is contained in:
parent
ffed91260e
commit
becee9632f
|
|
@ -2,6 +2,7 @@
|
|||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<title>mcalc</title>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in New Issue