Last active
February 22, 2021 18:15
-
-
Save ManojSatishkumar/b998e91c31d9e18627292cd87e93f24a to your computer and use it in GitHub Desktop.
sample desc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>MSK Snippets | Where developers share code.</title> | |
<meta | |
content="MSK Snippets, code snippets, save code cnippets, code notes app, developer network " | |
name="keywords" | |
/> | |
<meta | |
content="Create, save and share your code snippets with other software developers." | |
name="description" | |
/> | |
<meta | |
property="og:title" | |
content="MSK Snippets | Where developers share code." | |
/> | |
<meta | |
property="og:description" | |
content="Create, save and share your code snippets with other software developers." | |
/> | |
<meta | |
property="article:author" | |
content="https://manojsatishkumar.com/profile/index.html" | |
/> | |
<meta | |
property="article:publisher" | |
content="https://manojsatishkumar.com/" | |
/> | |
<meta property="og:site_name" content="manojsatishkumar.com" /> | |
<meta property="og:type" content="article" /> | |
<!-- Global site tag (gtag.js) - Google Analytics --> | |
<script | |
async | |
src="https://www.googletagmanager.com/gtag/js?id=UA-128563001-5" | |
></script> | |
<script> | |
window.dataLayer = window.dataLayer || []; | |
function gtag() { | |
dataLayer.push(arguments); | |
} | |
gtag("js", new Date()); | |
gtag("config", "UA-128563001-5"); | |
</script> | |
<script | |
data-ad-client="ca-pub-8918151191552563" | |
async | |
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" | |
></script> | |
<link rel="shortcut icon" href="./images/favicon.png" /> | |
</head> | |
<body> | |
<div id="root"></div> | |
<script src="main.js"></script> | |
<style> | |
.CodeMirror { | |
height: 445px !important; | |
} | |
</style> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment