-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselect_contract.html
More file actions
28 lines (28 loc) · 1.35 KB
/
select_contract.html
File metadata and controls
28 lines (28 loc) · 1.35 KB
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>
<head>
<title>Договор</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=block" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css?v=3">
</head>
<body>
<div class="container">
<div class="title">Выберите договор</div>
<a class="item item_container" href="index.html?contract=12345">
<span class="item_text">ФЛ-0348/06 <br> Тамбов, ул. Пионерская, дом 5"б",кв 69</span>
<img src="src/right_arrow.png" class="arrow">
</a>
<a class="item item_container" href="index.html?contract=86879">
<span class="item_text">ФЛ-86879/20 <br> Тригуляй, ул. Разлив-5, дом 23</span>
<img src="src/right_arrow.png" class="arrow">
</a>
<a class="item item_container" href="index.html?contract=000000">
<span class="item_text">ФЛ-000000/00 <br> г. Тамбов, ул. Северо-Западная, ддом 5</span>
<img src="src/right_arrow.png" class="arrow">
</a>
</div>
</body>
</html>