SankeySheets/scripts/index.html
2016-06-07 13:08:35 +01:00

17 lines
433 B
HTML

<!DOCTYPE html>
<html>
<head>
<base target="_top">
<?!= Include.html(['cdn.css']); ?>
<?!= Include.css(['spinner','app']); ?>
</head>
<body>
<?!= Include.html(['appmarkup','cdn']); ?>
<?!= Include.js(['main']); ?>
<?!= Include.gs(['ClientWatcher','Elementer','Utils',
'Sankey' , 'Process' ,'Home' ,'App',
'Client','CanvasConvert','DomUtils','Provoke','Fiddler']); ?>
</body>
</html>