-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 2.14 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
43
44
45
46
47
48
49
<!--
~
~ Copyright (c) 2021 Samiun Nafis (SamiunNafis.github.io). All rights reserved.
~
~ License under the GNU General Public License, Version 3.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.gnu.org/licenses/gpl-3.0.en.html
~
~ Unless required by the applicable law or agreed in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1'/>
<meta property="og:title" content="Samiun Nafis">
<meta property="og:url" content="https://SamiunNafis.github.io/insight">
<meta property="og:local" content="en">
<meta property="og:site_name" content="Samiun Nafis">
<meta property="og:type" content="website">
<meta name="og:description" content="Samiun Nafis">
<meta property="og:image" content="images/SamiunNafis_landscape.jpg">
<meta name="theme-color" content="#0078ff">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="Samiun Nafis">
<meta name="keywords" content="@samiunnafis, Samiun Nafis, LEO">
<meta name="author" content="Samiun Nafis">
<meta name="twitter:card" content="summary_large_image">
<link rel="canonical" href="https://SamiunNafis.github.io/insight">
<link rel="shortcut icon" href="favicon.png">
<link rel="apple-touch-icon" href="favicon.png">
<title>Insight - Mars Weather Report</title>
</head>
<body>
<div id="main"></div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>