-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (43 loc) · 3.04 KB
/
index.html
File metadata and controls
48 lines (43 loc) · 3.04 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SapythonBlog</title>
<base href="/">
<!-- Primary Meta Tags -->
<title>Sapython Blog</title>
<meta name="title" content="Sapython Blog">
<meta name="description" content="Portfolio and blog website of Kumar Saptam. ">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://sapython-f016a.web.app/">
<meta property="og:title" content="Sapython Blog">
<meta property="og:description" content="Portfolio and blog website of Kumar Saptam. ">
<meta property="og:image" content="./assets/images/branding/CARD FRONT SIDE.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sapython-f016a.web.app/">
<meta property="twitter:title" content="Sapython Blog">
<meta property="twitter:description" content="Portfolio and blog website of Kumar Saptam. ">
<meta property="twitter:image" content="./assets/images/branding/CARD FRONT SIDE.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" media="print" loading="lazy" href="favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet"> <!-- UIkit CSS -->
<link rel="preload" onload="this.onload=null;this.rel='stylesheet'" as="style" href="./assets/css/uikit.min.css" />
<!-- <link rel="stylesheet" defer href="./assets/css/locomotive-scroll.css" async /> -->
<script src="./assets/javascripts/uikit.min.js" media="print" defer async></script>
<script src="./assets/javascripts/uikit-icons.min.js" media="print" defer async></script>
<!-- UIkit JS -->
<link rel="apple-touch-icon" href="./assets/icons/icon-152x152.png">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<!-- <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript> -->
<link rel="preconnect" href="https://sapython-f016a.web.app/">
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> -->
<!-- <script src="./assets/javascripts/TweenMax.min.js" async defer></script> -->
<script src="./assets/javascripts/tilt.min.js" defer></script>
</head>
<body id="my-scrollbar">
<app-root ></app-root>
</body>
</html>