Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Omsorgsdager 2023.10.30-10-928d366

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 12:42
928d366

For JS, add this to your app:

<script
  type="text/javascript"
  src="https://omsorgsdager-frontend.intern.dev.nav.no//app.js"
  integrity="sha384-"
  crossorigin="anonymous"
></script>

For CSS, add this to the <head> of your app:

<link
  rel="stylesheet"
  href="https://omsorgsdager-frontend.intern.dev.nav.no//styles.css"
  integrity="sha384-"
  crossorigin="anonymous"
>