-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
32 lines (30 loc) · 1.08 KB
/
about.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
<!doctype html>
<html lang="en-GB">
<head>
<title> | About</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/favicon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="">
<meta itemprop="description" content="">
<meta itemprop="image" content="https://.jpg">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://">
<meta property="og:type" content="website">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="https://.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://.jpg">
<link href="css/app.css" rel="stylesheet">
</head>
<body>
<script src="js/app.js"></script>
</body>
</html>