mirror of
https://github.com/danog/sass-site.git
synced 2025-01-05 20:48:47 +01:00
24 lines
797 B
Plaintext
24 lines
797 B
Plaintext
<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>
|
|
<h1 class="sl-l-grid__column">{{ title }}</h1>
|
|
<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>
|
|
</div>
|
|
</>
|
|
</header>
|