Optimizations and manifest
This commit is contained in:
@ -14,12 +14,13 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.">
|
||||
<meta name="keywords" content="javascript, snippets, code, programming">
|
||||
<meta name="author" content="Stefan Feješ (ns.fejes.stefan@gmail.com)">
|
||||
<meta name="author" content="Stefan Feješ (stefanfejes.com)">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#111">
|
||||
<meta property="og:title" content="30 seconds of code">
|
||||
<meta property="og:description" content="Curated collection of useful Javascript snippets that you can understand in 30 seconds or less." />
|
||||
<meta property="og:type" content="website" /><meta property="og:image" content="favicon.png">
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
<link rel="icon" type="image/png" href="favicon.png"><link rel="manifest" href="manifest.json">
|
||||
<script>
|
||||
function scrollToTop(){
|
||||
const c = document.querySelector('html').scrollTop;
|
||||
|
||||
Reference in New Issue
Block a user