-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (49 loc) · 3.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<base href="/">
<title>jquery context menu rtl support</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<meta name="google-site-verification" content="H1B9SrSDPigLQAXdrGvLPTzG_QemT67G7zMOoyctD54" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="https://rawgit.com/avim101/jQuery-contextMenuRtl/gh-pages/app/vendor-861aa0f438.css">
<link rel="stylesheet" href="https://rawgit.com/avim101/jQuery-contextMenuRtl/gh-pages/app/app-2bd1704f70.css">
</head>
<body ng-app="jqueryContextmenuRtlApp">
<!--[if lt IE 7]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<a href="https://github.com/avim101/jQuery-contextMenuRtl"><img style="position: fixed; z-index: 99999999; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<!-- Add your site or application content here -->
<div ui-view=""></div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-80898033-1', 'auto');
ga('send', 'pageview');
</script>
<!--[if lt IE 9]>
<script src="https://rawgit.com/avim101/jQuery-contextMenuRtl/gh-pages/bower_components/es5-shim/es5-shim.js"></script>
<script src="https://rawgit.com/avim101/jQuery-contextMenuRtl/gh-pages/app/bower_components/json3/lib/json3.min.js"></script>
<![endif]-->
<script src="https://rawgit.com/avim101/jQuery-contextMenuRtl/gh-pages/app/vendor-7388e426a0.js"></script>
<script src="https://rawgit.com/avim101/jQuery-contextMenuRtl/gh-pages/app/app-fadcb2bb78.js"></script>
</body>
</html>