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

Uttak 2023.11.28-11-590a910

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 09:52
590a910

For JS, add this to your app:

<script
  type="text/javascript"
  src="https://psb-uttak-frontend.dev.adeo.no/1/app.js"
  integrity="sha384-4l70+Geu7U3WniztOChI3BJc3cR43RwQLMFFRMp3Ca8GQ1uMaP1JGd5ZzDHRADtE"
  crossorigin="anonymous"
></script>

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

<link
  rel="stylesheet"
  href="https://psb-uttak-frontend.dev.adeo.no/1/styles.css"
  integrity="sha384-3Aw/kIxyOQvgtnG7GlehFWqR2GR0h9Zgby8keKciamxN6UD1lPF65GsdN4rzBxu7"
  crossorigin="anonymous"
>