mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add noindex meta tag to unsupported browsers page GitOrigin-RevId: cdbecaf1c3ca2208802b4c18de85007648f86d68
23 lines
406 B
Plaintext
23 lines
406 B
Plaintext
doctype html
|
|
html(lang='en')
|
|
- metadata = metadata || {}
|
|
block vars
|
|
|
|
head
|
|
if metadata && metadata.title
|
|
title= metadata.title
|
|
if metadata && metadata.viewport
|
|
meta(
|
|
name='viewport'
|
|
content='width=device-width, initial-scale=1.0, user-scalable=yes'
|
|
)
|
|
|
|
link(rel='icon' href='/favicon.ico')
|
|
|
|
if buildCssPath
|
|
link(rel='stylesheet' href=buildCssPath())
|
|
|
|
block meta
|
|
|
|
block body
|