Update askscryfall.html

This commit is contained in:
Kyle
2020-02-23 16:03:16 -08:00
parent 621064df2e
commit 48e33cf622

View File

@@ -1,6 +1,15 @@
<!DOCTYPE html5>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158949995-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-158949995-1');
</script>
<title>CC — Ask Scryfall</title>
<!-- Other things -->
<link rel="stylesheet" href="data/site/styles.css">