windowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinux
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.
23 lines
575 B
23 lines
575 B
9 years ago
|
<!DOCTYPE html>
|
||
|
<!--
|
||
|
Copyright (c) 2012-2014. 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
|
||
|
-->
|
||
|
<link rel="stylesheet" type="text/css" href="example.css" />
|
||
|
<script type="text/javascript" src="bootstrap.js"></script>
|
||
|
|
||
|
<!--
|
||
|
Load all manifests and shortcuts
|
||
|
-->
|
||
|
<script type="text/javascript" src="../../../../packages/ext-theme-aria/sass/example/manifest.js"></script>
|
||
|
</head>
|
||
|
<body></body>
|
||
|
</html>
|