Скачать html5.zip
Размер: 2.3 КБ, Скачали: 0
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#F4CA16">
<meta name="generator" content="My CMS">
<meta name="author" content="My Name">
<title>Страница на HTML5</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link href="img/favicon.png" rel="icon">
<link href="css/my.css" rel="stylesheet">
<style>
</style>
</head>
<body>
<div class="wrapper">
<h1 style="color:green">Страница на HTML5</h1>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="js/my.js"></script>
<script>
</script>
</body>
</html>