-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (21 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
<!doctype html>
<html lang="ru" data-theme="dark">
<head>
<meta charset="utf-8" type="text/html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<title>Кирдяшкин Егор - Frontend developer</title>
<meta name="description" content="Занимаюсь разработкой UI сайтов и не только." />
<link rel="canonical" href="https://deeppines.github.io/" />
<meta name="yandex-verification" content="4566276965fe0e00" />
<meta name="google-site-verification" content="Vp7xYEg1BC7TF1ZEtp-xtgjkRdniJ4BGxYmNB2ewcMI" />
</head>
<body id="app">
<script type="module" src="/src/main.ts"></script>
<script src="/assets/js/modules/theme/index.js"></script>
<script src="/assets/js/modules/lang/index.js"></script>
<script src="/assets/js/modules/modal/index.js"></script>
<script src="/assets/js/index.js"></script>
</body>
</html>