-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="JavaScript-notebook 📓 . Useful cheat sheet if you are learning JavaScript from scratch." />
<meta name="keywords" content="JavaScript-notebook, javascript, javascript-cheatsheet, JavaScript" />
<meta name="author" content="Hacking-NASSA-with-HTML Vyacheslav Plekhanov" />
<meta property="og:url" content="https://hacking-nassa-with-html.github.io/javascript-notebook/" />
<meta property="og:title" content="JavaScript-notebook." />
<meta property="og:description" content="Different useful How-to using JavaScript" />
<meta property="og:image"
content="https://hacking-nassa-with-html.github.io/javascript-notebook/assets/img/FB_open_graph_1200x630_image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="842172082628945" />
<meta property="og:image"
content="https://hacking-nassa-with-html.github.io/javascript-notebook/assets/img/whatsapp_OG_400x400_image.jpg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="400" />
<title>JavaScript-notebook</title>
<link rel="apple-touch-icon" sizes="180x180"
href="https://hacking-nassa-with-html.github.io/The-functioning-of-JS-buttons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32"
href="https://hacking-nassa-with-html.github.io/The-functioning-of-JS-buttons/favicon-32x32.png">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"> -->
<link rel="stylesheet" href="./main.css">
</head>
<body id="body">
<script src="./main.js"></script>
</body>
</html>