renamed Document
This commit is contained in:
parent
85d5e342c1
commit
28506fd3f0
@ -1,6 +1,11 @@
|
|||||||
package html;
|
package html;
|
||||||
|
|
||||||
class Document{
|
//import tink.web.macros.Routing;
|
||||||
|
import tink.web.routing.*;
|
||||||
|
import tink.web.routing.Router;
|
||||||
|
|
||||||
|
|
||||||
|
class WebDocument{
|
||||||
public static function render():String
|
public static function render():String
|
||||||
{
|
{
|
||||||
var docroot:Tag = new Tag("html");
|
var docroot:Tag = new Tag("html");
|
||||||
Loading…
x
Reference in New Issue
Block a user