10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
|
<div class="flex justify-center">
|
||
|
<div class="mx-4 order-last">
|
||
|
<%= image_tag("music.svg", alt:"music", width: "100") %>
|
||
|
</div>
|
||
|
<div class="mx-4 self-center">
|
||
|
<h1>Welcome to NorthBy</h1>
|
||
|
<h2>A premium in sight and sound</h2>
|
||
|
<button>Learn More</button>
|
||
|
</div>
|
||
|
</div>
|