Files
Oliver Dunk 5bf419b385 Reorganize directory structure (#825)
* Remove docs folder.

This was a redirect from a GitHub pages site that does not appear
to be in use.

* Rename api folder to api-samples.

* Move examples to functional-samples folder.

* Move cookbook sample to functional-samples.

* Move tutorials to functional-samples folder.

* Move mv2 and apps folders to _archive.

* Rename tools folder to .repo.

* Move reference folder to functional-samples.

* Update README.

Update README with new relative links for reorg.

* Update README.md

Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com>

---------

Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com>
2023-02-03 10:58:04 -06: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>