Форк Rambox
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.
 
 
 

27 lines
784 B

<!DOCTYPE html>
<!--
Copyright (c) 2012-2013. Sencha Inc.
-->
<html>
<head>
<title>Ext JS Theme Harness</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--
Load all required links and scripts
-->
<script>
// In sandboxed build all CSS classes must be prefixed with 'x5-'
// The Ext global is not set if it already exists. And the buildSettings.baseCSSPrefix:
// is used as Ext.baseCSSPrefix in platform/core/src/Ext.js
Ext = {
buildSettings: {
baseCSSPrefix: 'x5-'
}
};
</script>
<link rel="stylesheet" type="text/css" href="example.css" />
<script type="text/javascript" src="bootstrap.js"></script>
</head>
<body></body>
</html>