Lanceur d’application pour GNU/Linux
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <html>
- <head>
- <title>Lanceur - Pitaya</title>
- <link rel="stylesheet" href="css/style.css" />
- </head>
- <body>
-
- <!-- Application root element -->
- <div id="pitaya"></div>
-
- <!-- Scripts -->
- <script type="text/javascript">
- // React context detection workaround
- global.document = global.window.document;
- global.navigator = global.window.navigator;
-
- // Auto transform JSX
- require('node-jsx').install();
-
- // Launch application
- require('./js/app.jsx');
-
- </script>
-
- </body>
- </html>
|