Skip to content

Commit

Permalink
built website from 0be1a85
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Oct 1, 2015
1 parent 0be1a85 commit 1c68846
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 0 deletions.

Large diffs are not rendered by default.

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

1 change: 1 addition & 0 deletions website/assets/vendor-2e04a84af781fdadbf859d5b0d04d4fc.css

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions website/assets/vendor-52f50225510f086cdc73d8a7b014bf1d.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions website/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>
27 changes: 27 additions & 0 deletions website/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>Content-Kit Demo</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<base href="/" />
<meta name="content-kit-demo/config/environment" content="%7B%22modulePrefix%22%3A%22content-kit-demo%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/%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%22content-kit-demo%22%2C%22version%22%3A%220.0.0+0be1a85e%22%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />

<link rel="stylesheet" href="assets/vendor-2e04a84af781fdadbf859d5b0d04d4fc.css" integrity="sha256-M/jIeZExSc5BiNAZEVwgnQpKOR7F5XBuYFUAF3WUXqw= sha512-oBJGhY3s5KL9PD//srx1oqv70kUv1fzVC7cACFVDdEFMIiWYPHYFEwhEgPg7JTgGbkv79Dj6FLeZRg29pZ35rw==" >
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Merriweather+Sans:700" rel="stylesheet">
<link rel="stylesheet" href="assets/content-kit-demo-3420d485c13f12327723a9e813e2545f.css" integrity="sha256-FEEwMyZQ9DOgt7cDXSp0gZVEXnTcgg+/poY6hvojy8c= sha512-lMNP+0VbdUcwQeq3dwrDt6V5ERnd2xHQOhjt71r6xSCTAomfPqtRKgDlMmRz8R8uB64g663iUSAiyAlgogHB+A==" >


</head>
<body>


<script src="assets/vendor-52f50225510f086cdc73d8a7b014bf1d.js"></script>
<script src="assets/content-kit-demo-2ee80af5fd05bb59b7a37eef828ffbb0.js" integrity="sha256-KWUAjGD09j6XyqannPLPoD1MYQXSFgB1/c4vizqy2P8= sha512-fvg2otPuGmjPAHN8OrqORXVcjhBXvA4Z1bEhRZYQ90Ax55ZqPN5PkBy8bTyxpCUY7TNLugg0B8hzVwief97wQQ==" ></script>


</body>
</html>
3 changes: 3 additions & 0 deletions website/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 1c68846

Please sign in to comment.