-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (35 loc) · 2.11 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
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>webdevelopment.one</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="developer's pages">
<meta name="keywords"
content="webdevelopment web-dev javascript node.js npm personal-page software-engineer MERN">
<meta name="author" content="Vitaly Kuklin">
<meta property="og.title" content="webdevelopment"/>
<meta property="og:description" content="Личная страничка разработчика"/>
<meta property="og:image:type" content="images/cupOfCofee.jpg"/>
<meta property="og.image" content="images/cupOfCofee.jpg"/>
<meta property="og:image:height" content="100"/>
<meta property="og:image:width" content="100"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="scripts/icons/general/stylesheets/general_foundicons.css">
<link rel="stylesheet" href="scripts/icons/social/stylesheets/social_foundicons.css">
<link rel="stylesheet" href="scripts/fontawesome/css/font-awesome.css">
<link rel="stylesheet" href="scripts/fontawesome/css/prettify.css">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Palatino+Linotype" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Abel" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="./images/cupOfCofee.jpg"/>
<link href="styles/custom.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="container-fluid mainComponent"></div>
<script src="scripts/app.js" type="module" defer></script>
</body>
</html>