Desktop markdown wiki app. Built with node, Electron Framework and AngularJS.

index.html 710B

    <!DOCTYPE html> <html class="no-js"> <head> <title>Photon</title> <!-- Stylesheets --> <link rel="stylesheet" href="../css/photon.min.css"> <!-- Javascript --> <script src="../bower_components/angular/angular.js"></script> <script src="../bower_components/angular-ui-router/release/angular-ui-router.js"></script> <script src="scripts/codex-app.js"></script> <script src="scripts/app-ctrl.js"></script> <script src="../js/menu.js" charset="utf-8"></script> <script src="../js/test.js" charset="utf-8"></script> <script src="scripts/date-formatter.js" charset="utf-8"></script> </head> <body ng-app="codexApp"> <div ui-view></div> </body> </html>