Make skydb load examples/home.sky by default.

I had to also register for the text/plain mime-type
which turned out to be harder than expected.
Mostly due to my confusion with mojo_shell
using last-argument-wins argument parsing.

R=ianh@google.com

Review URL: https://codereview.chromium.org/672363002
This commit is contained in:
Eric Seidel 2014-10-23 14:56:44 -07:00
parent 928524947a
commit 86cd8beee7

View file

@ -1,7 +1,9 @@
#!mojo mojo:sky
<sky>
<style>
h1 { font-size: 2em; margin: 1em; }
p { margin: 0.5em 1em; color: #bcd8f5; font-weight: 900; }
</style>
<h1>about:blank</h1>
<p>Welcome to Sky!</p>
</sky>