-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1006 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 1006 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
29
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta http-equiv="Permissions-Policy" content="interest-cohort=()"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#3367D6">
<title>Rates</title>
<link rel="stylesheet" href="css/index.css">
<link rel="manifest" href="manifest.json">
<link rel="shortcut icon" href="images/rates_64x64.png" type="image/x-icon">
<script defer type="text/javascript" src="js/app.js"></script>
</head>
<body>
<nav>
<h1>Курс национальных валют по отношению к российскому рублю</h1>
</nav>
<header>
<h2>Дата: </h2>
</header>
<div class="container">
<div id="posts"></div>
</div>
<footer>
<a href="https://www.cbr-xml-daily.ru/">Курсы валют, API</a>
</footer>
</body>
</html>