-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathkendo.html
More file actions
23 lines (18 loc) · 1.04 KB
/
Copy pathkendo.html
File metadata and controls
23 lines (18 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>React + KendoUI</title>
<script type='text/javascript' src='//code.jquery.com/jquery-1.11.0.js'></script>
<script type='text/javascript' src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js"></script>
<script type='text/javascript' src="https://rawgithub.com/ifandelse/ConduitJS/master/lib/conduit.js"></script>
<script type='text/javascript' src="https://rawgit.com/postaljs/postal.js/master/lib/postal.js"></script>
<script type='text/javascript' src="http://fb.me/react-with-addons-0.11.0.js"></script>
<script type='text/javascript' src="http://cdnjs.cloudflare.com/ajax/libs/react/0.11.0/JSXTransformer.js"></script>
<script type='text/javascript' src="https://rawgit.com/postaljs/postal.react/master/lib/postal.react.js"></script>
<script type="text/jsx" src="8bit-main.js"></script>
</head>
<body>
</body>
</html>