Files
overleaf-cep/services/web/app/views/layout/layout-no-js.pug
Alf Eaton 9cc0f7343c Merge pull request #28592 from overleaf/ae-unsupported-browser
Add noindex meta tag to unsupported browsers page

GitOrigin-RevId: cdbecaf1c3ca2208802b4c18de85007648f86d68
2025-09-23 08:05:43 +00:00

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