-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 1.05 KB
/
index.html
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">
<meta name="description" content="images from 'Шедевриум' (https://shedevrum.ai/), text from book David Ramon Hawkins (https://second.wiki/wiki/david_r_hawkins)">
<meta name="keywords" content="emotions">
<meta name="author" content="-_-">
<meta namespace = "http://www.w3.org/1999/xhtml">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<link rel="icon" type="image/jpg" href= "./favicon.jpg" style=" border-radius: 99%;">
<link rel="stylesheet" href="./style.css">
<title>Эмоции</title>
</head>
<body>
<main>
<script type="application/javascript" src="/emotions/js/emotion.js"></script>
<script type="application/javascript" src="/emotions/js/btn.js"></script>
</main>
<footer>
<a href = '/emotions/README.md'>ABOUT PROJECT</a>
</footer>
<div id = "toTop" ></div>
</body>
</html>