blob: 3cb1bb1366e72a9707ba4d78784167deff3e58cf [file] [log] [blame] [raw]
title Compiler Explorer
link(rel="icon" href="favicon.ico?v=1")
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")
meta(id="meta-theme" name="theme-color" content="#f2f2f2")
link(href=require("main.css") rel="stylesheet")
style#theme
script window.compilerExplorerOptions = !{compilerExplorerOptions}
script(src=require("main.js"))