UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
index.html 2.38 KiB
Newer Older
Graham Smith's avatar
Graham Smith committed
<!DOCTYPE html>
<html lang="en">
  <head>
graham.smith's avatar
graham.smith committed
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta
      name="viewport"
      content="width=device-width,initial-scale=1.0,shrink-to-fit=no"
    />
Graham Smith's avatar
Graham Smith committed
    <!-- Primary Meta Tags -->
    <title>Platform One</title>
    <meta name="title" content="Platform One" />
    <meta
      name="description"
      content="AN OFFICIAL DOD DEVSECOPS ENTERPRISE SERVICES TEAM"
    />

    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website" />
Luke Glasscock's avatar
Luke Glasscock committed
    <meta property="og:url" content="https://p1.dso.mil/" />
Graham Smith's avatar
Graham Smith committed
    <meta property="og:title" content="Platform One" />
    <meta
      property="og:description"
      content="AN OFFICIAL DOD DEVSECOPS ENTERPRISE SERVICES TEAM"
    />
Luke Glasscock's avatar
Luke Glasscock committed
    <meta
      property="og:image"
      content="https://p1.dso.mil/static/p1-meta-logo.webp"
Graham Smith's avatar
Graham Smith committed

    <!-- Twitter -->
    <meta property="twitter:card" content="summary_large_image" />
Luke Glasscock's avatar
Luke Glasscock committed
    <meta property="twitter:url" content="https://p1.dso.mil/" />
Graham Smith's avatar
Graham Smith committed
    <meta property="twitter:title" content="Platform One" />
    <meta
      property="twitter:description"
      content="AN OFFICIAL DOD DEVSECOPS ENTERPRISE SERVICES TEAM"
    />
Luke Glasscock's avatar
Luke Glasscock committed
    <meta
      property="twitter:image"
      content="https://p1.dso.mil/static/p1-meta-logo.webp"
Graham Smith's avatar
Graham Smith committed

luke.glasscock's avatar
luke.glasscock committed
    <link
Graham Smith's avatar
Graham Smith committed
      rel="icon"
      type="image/webp"
Graham Smith's avatar
Graham Smith committed
      sizes="502x498"
      href="/static/p1-logo.webp"
Graham Smith's avatar
Graham Smith committed
    />
graham.smith's avatar
graham.smith committed
    <link rel="stylesheet" href="/font.css" />
Graham Smith's avatar
Graham Smith committed
  </head>
Graham Smith's avatar
Graham Smith committed
  <body>
    <noscript>
graham.smith's avatar
graham.smith committed
      <strong>
        We're sorry but Platform 1's site doesn't work properly without
        JavaScript enabled. Please enable it to continue.
      </strong>
Graham Smith's avatar
Graham Smith committed
    </noscript>
Graham Smith's avatar
Graham Smith committed
    <div id="app"></div>
graham.smith's avatar
graham.smith committed
    <script type="module" src="/src/main.js"></script>

    <!--
      since a nonce is generated on every http request, the nonce for index.html will be
      different than the nonce set for the chunk-vendors.js request (where vuetify is loaded),
      which will cause vuetify to attempt to load its scripts with a mismatched nonce thus
      resulting in CSP errors.  we work around the issue by grabbing the index.html nonce here
      and read this nonce value when vuetify loads.
    -->
    <script defer nonce="PADAWAN_CSP_NONCE">
      document.getElementById("app").__vuetify_nonce__ = "PADAWAN_CSP_NONCE";
luke.glasscock's avatar
luke.glasscock committed
    </script>

    <!-- built files will be auto injected here -->
Graham Smith's avatar
Graham Smith committed
  </body>
</html>