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

Medisinsk vilkår 2023.12.01-12-67ff729

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 10:04
67ff729

For JS, add this to your app:

<script
  type="text/javascript"
  src="https://medisinsk-vilkar-frontend.dev.adeo.no/1/app.js"
  integrity="sha384-sRajTqtsTexeb2afGhDIFCGVPNu6Juwdox7uSOuEvzM8yDkesKwHai+vrHvwxKsR"
  crossorigin="anonymous"
></script>

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

<link
  rel="stylesheet"
  href="https://medisinsk-vilkar-frontend.dev.adeo.no/1/styles.css"
  integrity="sha384-z7S4D9epVLIrzJB6uJO+D9S2ribSMnDxx30iBAyR8TiQqQ5Gr7TbWZluZZHMjcBv"
  crossorigin="anonymous"
>