Skip to content

Instantly share code, notes, and snippets.

@izzatzr
Created August 29, 2025 02:27
Show Gist options
  • Select an option

  • Save izzatzr/22f061280089ab44daf957b76a423cfd to your computer and use it in GitHub Desktop.

Select an option

Save izzatzr/22f061280089ab44daf957b76a423cfd to your computer and use it in GitHub Desktop.
<!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