Added meta viewport to fix mobile

This commit is contained in:
Lev Zagatov 2024-09-07 20:38:46 +03:00
parent f0a9d8c70f
commit 81eefbc647
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<title>DecUp</title>
<link href="style.css" rel="stylesheet" />

View File

@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<title>Установка DecUp</title>
<link href="style.css" rel="stylesheet" />
@ -8,7 +9,11 @@
<body>
<div id="header">
<div class="container">
<h1>DecUp</h1>
<h1>
<a href="index.html" style="color: #fff; text-decoration: none"
>DecUp</a
>
</h1>
</div>
</div>