-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 870 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Проекты для портфолио</title>
</head>
<body>
<ul>
<li><a href="device/index.html">Проект "Девайс"</a></li>
<li><a href="nerds/index.html">Проект "Nerds"</a></li>
<li><a href="sedona/index.html">Проект "Sedona static"</a></li>
<li><a href="cat-energy/index.html">Проект "Cat-energy responsive"</a></li>
<li><a href="https://github.com/SmartRW/project-lvl1-s328">Проект "Brain Games"</a></li>
<li><a href="https://github.com/SmartRW/project-lvl2-s329">Проект "Gendiff"</a></li>
<li><a href="http://lonely-basketball.surge.sh">Проект "RSS-reader"</a></li>
<li><a href="https://hexlet-simple-chat.herokuapp.com/">Проект "Slack"</a></li>
</ul>
</body>
</html>