forked from prof1983/mhd.su
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathneeds
More file actions
28 lines (24 loc) · 784 Bytes
/
needs
File metadata and controls
28 lines (24 loc) · 784 Bytes
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
27
28
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8"/>
<link rel="shortcut icon" href="img/favicon.png" type="image/png">
<link rel="stylesheet" href="css/base.css">
<script src="js/init.js"></script>
<title>Потребности - МХД</title>
</head>
<body>
<noscript>У вас отключен JavaScript. Сайт может отображаться некорректно. Рекомендуем включить JavaScript.</noscript>
<header></header><script src="js/header.js"></script>
<nav></nav><script src="js/nav.js"></script>
<main>
<h1>Потребности</h1>
<ul>
<li>Машину</li>
<li>Квартиру</li>
<li>Дачу</li>
</ul>
</main><script src="js/main.js"></script>
<footer></footer><script src="js/footer.js"></script>
</body>
</html>