2023-05-31 16:04:29 +02:00
|
|
|
<header
|
2023-06-13 00:19:24 +02:00
|
|
|
class="sl-r-banner sl-r-banner--playground"
|
2023-05-31 16:04:29 +02:00
|
|
|
itemtype="https://schema.org/WPHeader"
|
|
|
|
itemscope="itemscope"
|
|
|
|
role="banner">
|
|
|
|
|
|
|
|
<div class="sl-c-pop-stripe"></div>
|
2023-06-21 01:26:46 +02:00
|
|
|
<div class="sl-r-banner--playground-grid">
|
|
|
|
<p class="sl-r-banner--playground__brand sl-r-banner__brand">
|
|
|
|
<a href="/"><img
|
|
|
|
height="24"
|
|
|
|
alt="Sass"
|
|
|
|
src="/assets/img/logos/logo.svg"></a>
|
|
|
|
</p>
|
|
|
|
<h1 class="sl-r-banner__playground-title">{{ title }}</h1>
|
|
|
|
<div class="sl-r-banner__playground-actions">
|
|
|
|
<div class="sl-r-banner__playground-button">
|
2023-06-13 18:12:07 +02:00
|
|
|
<button
|
|
|
|
type="button"
|
|
|
|
id="playground-copy-url"
|
|
|
|
class="sl-c-button">Copy URL</button>
|
2023-06-21 01:26:46 +02:00
|
|
|
</div>
|
|
|
|
<div class="sl-c-alert sl-r-banner__playground-alert" id="playground-copied-alert">
|
2023-06-21 21:54:52 +02:00
|
|
|
Copied to clipboard
|
2023-06-09 18:24:33 +02:00
|
|
|
</div>
|
2023-05-31 16:04:29 +02:00
|
|
|
</div>
|
2023-06-21 01:26:46 +02:00
|
|
|
</div>
|
2023-05-31 16:04:29 +02:00
|
|
|
</header>
|