Commit 86cd8bee authored by Eric Seidel's avatar Eric Seidel

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
parent 92852494
#!mojo mojo:sky #!mojo mojo:sky
<sky>
<style> <style>
h1 { font-size: 2em; margin: 1em; } h1 { font-size: 2em; margin: 1em; }
p { margin: 0.5em 1em; color: #bcd8f5; font-weight: 900; } p { margin: 0.5em 1em; color: #bcd8f5; font-weight: 900; }
</style> </style>
<h1>about:blank</h1> <h1>about:blank</h1>
<p>Welcome to Sky!</p> <p>Welcome to Sky!</p>
</sky>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment