sass-site/source/_includes/playground/playground_header.liquid

24 lines
797 B
Plaintext
Raw Normal View History

2023-05-31 16:04:29 +02:00
<header
class="sl-r-banner sl-r-banner-playground"
itemtype="https://schema.org/WPHeader"
itemscope="itemscope"
role="banner">
<div class="sl-c-pop-stripe"></div>
<div class="sl-l-container">
<div class="sl-l-grid sl-l-grid--full sl-l-small-grid--fit sl-l-small-grid--center sl-l-small-grid--gutters">
<p class="sl-l-grid__column sl-r-banner__brand">
<a href="/"><img
height="24"
alt="Sass"
src="/assets/img/logos/logo.svg"></a>
</p>
2023-05-31 18:10:09 +02:00
<h1 class="sl-l-grid__column">{{ title }}</h1>
2023-06-09 18:24:33 +02:00
<div class="sl-l-grid__column">
<button type="button" id="playground-copy-url">Copy URL</button>
<div class="alert" id="playground-copied-alert">URL copied to clipboard</div>
</div>
2023-05-31 16:04:29 +02:00
</div>
</>
</header>