Skip to content

Commit

Permalink
Initial gh-pages release
Browse files Browse the repository at this point in the history
  • Loading branch information
rounders committed Sep 23, 2015
1 parent b6c544f commit df14bcd
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/dummy-41ca9a37c4f206424e1b7718a3b7708b.js

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

1 change: 1 addition & 0 deletions assets/dummy-bba98314766fa072249e6bd550b433f1.css

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

1 change: 1 addition & 0 deletions assets/vendor-c67e40cc4ff38715b6a0c656a673c621.css

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/vendor-d12dbc01f7505a1cd271f22dca9ca6df.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions 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.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ember-World-Flags Demo</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<base href="/ember-world-flags/" />
<meta name="dummy/config/environment" content="%7B%22modulePrefix%22%3A%22dummy%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/ember-world-flags%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%22ember-world-flags%22%2C%22version%22%3A%220.2.4+a8c95394%22%7D%2C%22contentSecurityPolicyHeader%22%3A%22Content-Security-Policy-Report-Only%22%2C%22contentSecurityPolicy%22%3A%7B%22default-src%22%3A%22%27none%27%22%2C%22script-src%22%3A%22%27self%27%22%2C%22font-src%22%3A%22%27self%27%22%2C%22connect-src%22%3A%22%27self%27%22%2C%22img-src%22%3A%22%27self%27%22%2C%22style-src%22%3A%22%27self%27%22%2C%22media-src%22%3A%22%27self%27%22%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />

<link rel="stylesheet" href="assets/vendor-c67e40cc4ff38715b6a0c656a673c621.css">
<link rel="stylesheet" href="assets/dummy-bba98314766fa072249e6bd550b433f1.css">


</head>
<body>


<script src="assets/vendor-d12dbc01f7505a1cd271f22dca9ca6df.js"></script>
<script src="assets/dummy-41ca9a37c4f206424e1b7718a3b7708b.js"></script>


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

Please sign in to comment.