-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (39 loc) · 2.32 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
42
<!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="Rock Paper Scissors Game web-development project. Suitable for English speaking audience. Free Web tutorial">
<meta name="keywords"
content="Rock Paper Scissors Game, Rock Paper Scissors app, app idea project, free web dev tutorial, free js web tutorial, JavaScript app, JavaScript tutorial, project for javascript">
<meta name="author" content="FreeCodeCamp Hacking-NASSA-with-HTML Vyacheslav Plekhanov">
<meta property="og:url" content="https://hacking-nassa-with-html.github.io/Rock_Paper_Scissors_Intl/" />
<meta property="og:title" content="JavaScript app Rock Paper Scissors Game" />
<meta property="og:description" content="Rock Paper Scissors Game web-development project" />
<meta property="og:image"
content="https://hacking-nassa-with-html.github.io/Rock_Paper_Scissors_Intl/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/Rock_Paper_Scissors_Intl/assets/img/whatsapp_OG_400x400_image.jpg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="400" />
<title>Rock Scissors Paper game</title>
<link rel="icon" href="./assets/img/favicon.ico" />
<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="icon" type="image/png" sizes="16x16"
href="https://hacking-nassa-with-html.github.io/The-functioning-of-JS-buttons/favicon-16x16.png">
<link rel="stylesheet" href="./assets/CSS/style.css">
</head>
<body id="body">
<script src="./assets/JS/main.js" defer></script>
</body>
</html>