Skip to content

Commit

Permalink
APCA page works with box component
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolave committed Feb 28, 2024
1 parent 1f12a22 commit 5319758
Show file tree
Hide file tree
Showing 6 changed files with 1,213 additions and 2,134 deletions.
14 changes: 9 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/warp-logo-small.svg" />
<link rel="stylesheet" href="https://assets.finn.no/pkg/@warp-ds/fonts/v1/finn-no.css">
<link rel="stylesheet" href="https://assets.finn.no/pkg/@warp-ds/css/v1/tokens/finn-no.css">
<link rel="stylesheet" href="https://assets.finn.no/pkg/@warp-ds/fonts/v1/finn-no.css"/>
<link rel="stylesheet" href="https://assets.finn.no/pkg/@warp-ds/css/v1/tokens/finn-no.css"/>
<link rel=“stylesheet” href=“https://assets.finn.no/pkg/@warp-ds/css/v1/resets.css” />
<title>Colour Tokens in WARP</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="app"></div>
<script data-goatcounter="https://warp.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
<script
data-goatcounter="https://warp.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading

0 comments on commit 5319758

Please sign in to comment.