mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

element; an example that uses that example to define some HTMLy elements; and an example to use those HTMLy elements to display a hello world doc. Highly incomplete WIP. Review URL: https://codereview.chromium.org/698293003
12 lines
184 B
Plaintext
12 lines
184 B
Plaintext
#!mojo mojo:sky
|
|
<import src="../framework/htmlish.sky"/>
|
|
<html>
|
|
<head>
|
|
<title>Welcome to Sky</title>
|
|
</head>
|
|
<body>
|
|
<h1>Introduction</h1>
|
|
<p>Hello world.</p>
|
|
</body>
|
|
</html>
|