Skip to content

Commit

Permalink
built website from 2a90e8a
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Feb 8, 2016
1 parent 2a90e8a commit bd4093a
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions website/demo/assets/vendor-99cb37743938a93c820031d84ff55e95.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions website/demo/crossdomain.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->

<!-- Most restrictive policy: -->
<site-control permitted-cross-domain-policies="none"/>

<!-- Least restrictive policy: -->
<!--
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*" to-ports="*" secure="false"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
-->
</cross-domain-policy>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions website/demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mobiledoc Editor Demo</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<base href="/mobiledoc-kit/demo/" />
<meta name="mobiledoc-kit-demo/config/environment" content="%7B%22modulePrefix%22%3A%22mobiledoc-kit-demo%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/mobiledoc-kit/demo/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22mobiledoc-kit-demo%22%2C%22version%22%3A%220.0.0+2a90e8a4%22%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />

<link rel="stylesheet" href="assets/vendor-f8373355e675ab0f089363e2035ad5d8.css">
<link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Merriweather+Sans:700" rel="stylesheet">
<link rel="stylesheet" href="assets/mobiledoc-kit-demo-09e5fcf0adaf5e8b36183c7854487547.css">


</head>
<body>


<script src="assets/vendor-99cb37743938a93c820031d84ff55e95.js"></script>
<script src="assets/mobiledoc-kit-demo-ac91cc17e27aa7276b5d3cdfaa3af191.js"></script>


</body>
</html>
3 changes: 3 additions & 0 deletions website/demo/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# http://www.robotstxt.org
User-agent: *
Disallow:

0 comments on commit bd4093a

Please sign in to comment.