Newer
Older
<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"
/>
<!-- 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" />
<meta property="og:url" content="https://p1.dso.mil/" />
<meta property="og:title" content="Platform One" />
<meta
property="og:description"
content="AN OFFICIAL DOD DEVSECOPS ENTERPRISE SERVICES TEAM"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://p1.dso.mil/" />
<meta property="twitter:title" content="Platform One" />
<meta
property="twitter:description"
content="AN OFFICIAL DOD DEVSECOPS ENTERPRISE SERVICES TEAM"
/>
<script nonce="PADAWAN_CSP_NONCE">
window.globalNonce = "PADAWAN_CSP_NONCE";
</script>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
/>
<strong>
We're sorry but Platform 1's site doesn't work properly without
JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script nonce="PADAWAN_CSP_NONCE">
document.origCreateElement = document.createElement;
let elem = document.origCreateElement(tag);
if (tag === "script" || tag === "style" || tag === "link") {
elem.nonce = "PADAWAN_CSP_NONCE";
}
return elem;