<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Страница на HTML5</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<link href="css/style.css" rel="stylesheet">
<link href="img/favicon.png" rel="icon">
<style>
</style>
</head>
<body>
<div class="wrapper">
<h1>Страница на HTML5</h1>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="js/script.js"></script>
<script>
</script>
</body>
</html>