nocca
Version:
NodeJS Mock Server
33 lines (24 loc) • 793 B
HTML
<html>
<head>
<title>Nocca</title>
<!-- Bower css includes -->
<!-- bower:css -->
<!-- endbower -->
<!-- Project css includes -->
<link rel="stylesheet" type="text/stylesheet" href="app.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div id="noccaCore" class="nocca-full-height">
<div ui-view class="nocca-full-height"></div>
</div>
<!-- Bower js includes -->
<!-- bower:js -->
<!-- endbower -->
<!-- Project js includes -->
<script src="bundle.js"></script>
<script src="templatecache.js"></script>
</body>
</html>