Lanceur d’application pour GNU/Linux
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- <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>
|