Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
<base href="/">
<title>NoJS — Build the Web. No JavaScript.</title>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-566FC80W9J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-566FC80W9J');
</script>

<!-- SEO Meta Tags -->
<meta name="description" content="NoJS is an HTML-first framework for building fast, interactive web applications without writing JavaScript.">
<meta name="keywords" content="HTML-first, NoJS, vanilla HTML, no javascript framework, web framework, interactive HTML">
Expand Down
10 changes: 10 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
<base href="/">
<title>NoJS — Build the Web. No JavaScript.</title>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-566FC80W9J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-566FC80W9J');
</script>

<!-- SEO Meta Tags -->
<meta name="description" content="NoJS is an HTML-first framework for building fast, interactive web applications without writing JavaScript.">
<meta name="keywords" content="HTML-first, NoJS, vanilla HTML, no javascript framework, web framework, interactive HTML">
Expand Down