15 lines
312 B
HTML
15 lines
312 B
HTML
<header
|
|
style="
|
|
border-radius: 5px;
|
|
background: linear-gradient(45deg, #3054bf, #416fff);
|
|
color: white;
|
|
margin-bottom: 1em;
|
|
padding: 1em;
|
|
margin: 1em auto;
|
|
"
|
|
>
|
|
<a style="color: white" href="/">
|
|
<h1>McFly</h1>
|
|
</a>
|
|
<span>Back to the Basics. Into the Future.</span>
|
|
</header>
|