Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 39604
1
meta(charset="utf-8")
2
meta(name="apple-mobile-web-app-capable", content="yes")
3
meta(name="apple-mobile-web-app-status-bar-style", content="black")
4
5
meta(name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no")
6
meta(http-equiv="X-UA-Compatible" content="IE=edge")
7
meta(name="google" content="notranslate")
8
meta(name="author" content=htmlWebpackPlugin.options.title + " Authors")
9
meta(name="date" content=htmlWebpackPlugin.options.date)
10
meta(name="version" content=htmlWebpackPlugin.options.version)
11
12
//- http://realfavicongenerator.net
13
14
link(rel="apple-touch-icon", sizes="180x180", href=require("!file!apple-touch-icon.png"))
15
link(rel="icon", type="image/png", href=require("!file!favicon-32x32.png"), sizes="32x32")
16
link(rel="icon", type="image/png", href=require("!file!favicon-16x16.png"), sizes="16x16")
17
link(rel="manifest", href=require("!file!manifest.json"))
18
link(rel="mask-icon", href=require("!file!safari-pinned-tab.svg"), color="#fbb635")
19
meta(name="apple-mobile-web-app-title", content="CoCalc")
20
meta(name="application-name", content="CoCalc")
21
meta(name="theme-color", content="#fbb635")
22