-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 953 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html lang="ru">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="описание страницы" />
<title>Главная</title>
<link rel="stylesheet" href="css/font.css" />
<link rel="stylesheet" href="css/style.css?v=1730377578976" />
</head>
<body>
<main class="main">
<div class="container" style="padding: 60px 0;">
<ul>
<li><a href="home.html">Страница с формой</a></li>
<li><a href="page-check.html">Страница с готовым чеком</a></li>
<li><a href="page-error.html">Стрнаца с ненайденным чеком</a></li>
</ul>
</div>
</main>
<script src="js/app.js?v=1730377578976"></script>
</body>
</html>