13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
    <meta charset="UTF-8">
    <title>Ext JS Kitchen Sink</title>
    <!-- <x-compile> -->
        <!-- <x-bootstrap> -->
            <script src="../../examples/shared/include-ext.js?nocss"></script>
            <script src="../../examples/shared/options-toolbar.js"></script>
            <script src="bootstrap.js"></script>
        <!-- </x-bootstrap> -->
        <link rel="stylesheet" type="text/css" href="lib/prettify/prettify.css"/>
        <script src="lib/prettify/prettify.js"></script>
        <script src="../shared/examples.js"></script>
        <script src="app/app.js"></script>
    <!-- </x-compile> -->
</head>
<body></body>
</html>