zcatalyst-cli
Version:
Command Line Tool for CATALYST
18 lines (17 loc) • 522 B
HTML
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11;IE12;IE=edge" />
<title>Demo</title>
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<script src="vendor/lyte/custom-elements-es5-adapter.js"></script>
<script src="vendor/lyte/polyfill-bundle.js"></script>
<script src="vendor/lyte/lyte-es5.min.js"></script>
<script src="app.js"></script>
</head>
<body>
<h1>Welcome to Lyte framework</h1>
<div id='outlet'></div>
</body>
</html>