<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>{{ site.title }}</title>
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
<meta name="description" content="{{ site.description }}">
|
|
|
|
<link rel="apple-touch-icon" href="/ikea-favicon-300x300.png">
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" sizes="16x16 32x32">
|
|
<link rel="icon" sizes="192x192" href="/ikea-favicon-300x300.png">
|
|
|
|
<link rel="stylesheet" href="/css/application.css">
|
|
|
|
<script src="/js/lottie-player.js"></script>
|
|
<script src="/js/dice.js" defer></script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
|
|
{% include ikea-foundation-203x22.svg %}
|
|
|
|
</header>
|
|
|
|
{% include inter-ikea-systems.svg %}
|
|
<main>
|
|
|
|
<button id="dice"></button>
|
|
|
|
<lottie-player src="/images/IF_Icon_Press.json" background="transparent" speed="1" style="width:120px;height:120px" loop autoplay></lottie-player>
|
|
</main>
|
|
</body>
|
|
</html>
|