header.html 566 B

12345678910111213141516171819
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <!-- Required meta tags -->
  5. <meta charset="utf-8">
  6. <meta name="theme-color" content="#205081" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  8. <!-- Bootstrap CSS -->
  9. <link rel="stylesheet" href="{{$.PathSysCssBootstrap}}">
  10. <title>{{$.MetaTitle}}</title>
  11. <meta name="keywords" content="{{$.MetaKeywords}}" />
  12. <meta name="description" content="{{$.MetaDescription}}" />
  13. <link rel="shortcut icon" href="{{$.PathSysIcoFav}}" type="image/x-icon" />
  14. </head>
  15. <body>