Files
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

35 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Native Window</title>
<link type="text/css" rel="stylesheet" href="main.css" />
<script src="main.js"></script>
</head>
<body>
<div class="titlebar">
<div class="buttons">
<button id="title-close">x</button>
<button class="window" id="title-minimize">-</button>
<button class="window" id="title-maximize">+</button>
<button id="title-fullscreen">&#11799;</button>
</div>
<h1>
Custom Title
</h1>
</div>
<div class="scroll">
<p>
Wes Anderson gluten-free post-ironic PBR&amp;B. Synth chillwave post-ironic disrupt mustache ethical. Fixie Shoreditch ugh, narwhal synth Vice you probably haven't heard of them. Irony polaroid squid lomo Truffaut Bushwick iPhone Pitchfork, pour-over sustainable. Ennui scenester tattooed tousled. Carles leggings typewriter, pour-over Vice meggings vinyl Bushwick pork belly next level meditation hoodie farm-to-table. Beard ugh bitters, Pinterest Schlitz VHS heirloom farm-to-table blog.
</p>
<p>
Dreamcatcher craft beer salvia, ethical jean shorts Pitchfork yr disrupt fap try-hard Portland flexitarian Odd Future keytar Godard. Brunch mustache Vice beard. American Apparel hashtag Williamsburg, next level lomo XOXO High Life synth pour-over deep v mixtape messenger bag gluten-free Brooklyn salvia. Literally umami wolf lomo biodiesel. Mixtape typewriter blog, whatever Bushwick ennui leggings dreamcatcher pickled Blue Bottle. Skateboard Cosby sweater deep v, sriracha Thundercats hella shabby chic fingerstache aesthetic. 90's kale chips chia occupy banh mi.
</p>
</div>
</body>
</html>