-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 1.24 KB
/
Copy pathindex.html
File metadata and controls
21 lines (20 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Книжный интернет магазин</title>
</head>
<body>
<H1>В нашем книжном магазине предствлены книги компьютерной тематике</H1>
<P>
<b>Lorem ipsum</b> <i>dolor sit amet, consectetur adipisicing elit</i>. A accusamus alias amet at cumque deserunt doloribus eligendi exercitationem illo ipsa iure iusto magnam maiores maxime, molestias nihil nisi obcaecati porro possimus quasi quidem reiciendis reprehenderit sunt veritatis voluptates. Aliquid dolor dolorem dolores eum fuga nemo optio perspiciatis quas, saepe soluta.
</P>
<P>Списки наличных книг и аннотации к нипм можно промотреть перейдя по сссылкам в сылкам в каталоги по интересующей Вас тематике</P>
<h2>Каталоги</h2>
<a href="catalog_hardwr.html">Устройство компьютеров ("железо")</a>
<p></p>
<a href="catalog_Lang&soft.html">Каталог книг по программному обеспечению и языкам программирования</a>
<hr>
<p>Все права защищены.</p>
</body>
</html>