Update tag location and highlightBlock to highlightElement

This commit is contained in:
tarikjaber
2023-02-23 09:57:45 -05:00
parent a99e44f193
commit 9fcdf91baf
2 changed files with 14 additions and 13 deletions

View File

@@ -7,6 +7,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Formatter</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-90N1Q923X2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-90N1Q923X2');
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Roboto&display=swap" rel="stylesheet">
@@ -19,15 +29,6 @@
</head>
<body>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-90N1Q923X2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-90N1Q923X2');
</script>
<div class="hide-from-print">
<h1><a href="index.html">Code to PDF</a></h1>
<div class="options">