blob: 766cefba7326223b531f0c9829a07d5d56e52c49 [file] [log] [blame] [raw]
title Compiler Explorer
meta(charset="utf-8")
meta(http-equiv="X-UA-Compatible" content="IE=edge")
meta(name="description" content="Compiler Explorer is an interactive online compiler which shows the assembly output of compiled C, C++, Rust, Go, D, Haskell, Swift & Pascal code.")
meta(name="author" content="Matt Godbolt")
meta(name="google" content="nositelinkssearchbox")
meta(name="google" content="notranslate")
link(href=root + "explorer.css" rel="stylesheet")
style#theme
link(href="https://fonts.googleapis.com/css?family=Fira+Mono" rel="stylesheet")
script window.compilerExplorerOptions = !{compilerExplorerOptions}
script(data-main=root + "main" src=root + "ext/requirejs/require.js")