Skip to content

Commit

Permalink
fix: fixed head in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u03 authored Feb 12, 2024
1 parent 9732f11 commit 929c46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="ru">
<head>
<meta charset="utf-8">
<link rel="stylesheet" media="screen and (max-device-height: 799px)" href="/styles/styles.css" ></style>
<link rel="stylesheet" href="/styles/styles.css" ></style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Asv.Drones</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
Expand Down Expand Up @@ -217,4 +217,4 @@ <h3 class="lang-want-more">Хотите ещё?</h3>
<script src="/scripts/app.js"></script>
<script src="/scripts/themeswitch.js"></script>

</html>
</html>

0 comments on commit 929c46a

Please sign in to comment.