cloudflare/InstantPlugin
Publicmirrored fromhttps://github.com/cloudflare/InstantPlugin
app/index.pug
21lines · modecode
| 1 | doctype html |
| 2 | html(lang="en" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml") |
| 3 | head |
| 4 | title= htmlWebpackPlugin.options.title |
| 5 | |
| 6 | link(rel="shortcut icon" href=require("./assets/favicon.png") type="image/x-icon") |
| 7 | |
| 8 | meta(charset="utf-8") |
| 9 | meta(name="viewport" content="width=device-width, initial-scale=1, user-scalable=no") |
| 10 | meta(property="og:title" content=htmlWebpackPlugin.options.title) |
| 11 | meta(property="og:type" content="website") |
| 12 | meta(property="og:url" content="http://instantwordpress.com") |
| 13 | meta(property="og:description" content=htmlWebpackPlugin.options.description) |
| 14 | meta(name="description" content=htmlWebpackPlugin.options.description) |
| 15 | |
| 16 | body(data-flow="column") |
| 17 | noscript.slide.no-js-info |
| 18 | p This website requires JavaScript to retrieve content. |
| 19 | p: a(href="http://enable-javascript.com", target="_blank") How to enable JavaScript. |
| 20 | |
| 21 | #app.app |