Skip to content

Commit

Permalink
Начало проекта
Browse files Browse the repository at this point in the history
  • Loading branch information
Ildar-gn committed Jun 7, 2024
1 parent b0ea11c commit 4b8f7cc
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions source/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
<!DOCTYPE html>
<html class="page" lang="ru">
<head>
<meta charset="UTF-8">
<title>Название проекта</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="preload" href="#" type="font/woff2" as="font">
<link rel="stylesheet" href="styles/styles.css">
<script src="scripts/index.js" defer></script>
</head>
<body class="page__body">
<header class="header">Шапка</header>
<main>
<h1>Страница для старта</h1>
</main>
</body>

<head>
<meta charset="UTF-8">
<title>Название проекта</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="preload" href="#" type="font/woff2" as="font">
<link rel="stylesheet" href="styles/styles.css">
<script src="scripts/index.js" defer></script>
</head>

<body class="page__body">
<header class="header">Шапка</header>
<main>
<h1>Главная страница</h1>
</main>
</body>

</html>

0 comments on commit 4b8f7cc

Please sign in to comment.