icynet-auth-server/views/partials/layout.pug

23 lines
896 B
Plaintext

doctype html
html(lang="en")
head
meta(charset="UTF-8")
meta(http-equiv="X-UA-Compatible", content="IE=edge")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
block meta
meta(name="og:title", content="Icy Network")
meta(name="og:description", content="Icy Network is a Single-Sign-On (SSO) provider")
meta(name="og:image", content="https://icynet.eu/static/image/icynet-icon.png")
meta(name="og:type", content="website")
meta(name="twitter:card", content="summary")
meta(name="twitter:title", content="Icy Network")
meta(name="twitter:description", content="Icy Network is a Single-Sign-On (SSO) provider")
block links
link(rel="stylesheet", type="text/css", href="/public/css/index.css")
script(href="/public/js/app.bundle.js")
title
block title
body
main.wrapper
block body