File tree Expand file tree Collapse file tree
docs/templates/material/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <meta charset="utf-8">
55 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66 <title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title>
7- <meta name="viewport" content="width=device-width">
7+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no ">
88 <meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
99 <meta name="generator" content="docfx {{_docfxVersion}}">
1010 {{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
1111 <link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
1212 <link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
1313 <link rel="stylesheet" href="{{_rel}}styles/docfx.css">
14+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap-grid.min.css" rel="stylesheet" crossorigin="anonymous">
15+ <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-87DrmpqHRiY8hPLIr7ByqhPIywuSsjuQAfMXAE0sMUpY3BM7nXjf+mLIUSvhDArs" crossorigin="anonymous" />
1416 <link rel="stylesheet" href="{{_rel}}styles/main.css">
15- <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
17+ <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
1618 <meta property="docfx:navrel" content="{{_navRel}}">
1719 <meta property="docfx:tocrel" content="{{_tocRel}}">
1820 {{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
You can’t perform that action at this time.
0 commit comments