Created
August 29, 2025 02:27
-
-
Save izzatzr/22f061280089ab44daf957b76a423cfd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta charset="UTF-8"> | |
| <title>OneApp</title> | |
| <!-- <x-compile> --> | |
| <!-- <x-bootstrap> --> | |
| <script src="ext/ext-all-dev.js"></script> | |
| <link rel="stylesheet" type="text/css" href="app/css/desktop.css" /> | |
| <link rel="stylesheet" type="text/css" href="resources/css/ext-all-debug.css" /> | |
| <script type="text/javascript" src="packages/ext-theme-neptune/build/ext-theme-neptune-dev.js"></script> | |
| <link rel="stylesheet" href="bootstrap.css"> | |
| <script src="bootstrap.js"></script> | |
| <!-- </x-bootstrap> --> | |
| <script type="text/javascript"> | |
| Ext.Loader.setPath({ | |
| 'Ext.ux.desktop': 'app/js', | |
| MyDesktop: 'app/' | |
| }); | |
| </script> | |
| <script src="app.js"></script> | |
| <!-- </x-compile> --> | |
| </head> | |
| <body></body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment