Skip to main content
Get Started

FCDO Frontend HTML Template

FCDO Frontend HTML Template

Use this simple template to get started with FCDO Design System

<!DOCTYPE html>
<html lang="en" class="govuk-template">
  <head>
    <title>FCDO and GOV.UK</title>
    <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
    <link rel="stylesheet" href="/assets/css/govuk-frontend-5.13.0.min.css">
    <link rel="stylesheet" href="/assets/css/fcdo-frontend.min.css">
  </head>
  <body class="govuk-template__body">
    <script>document.body.className += ' js-enabled' + ('noModule' in HTMLScriptElement.prototype ? ' govuk-frontend-supported' : '');</script>
    <script type="module" src="/assets/javascript/govuk-frontend-5.13.0.min.js"></script>
    <script type="module">
      import { initAll } from '/assets/javascript/govuk-frontend-5.13.0.min.js'
      initAll()
    </script>
  </body>
</html>