Skip to content

Commit

Permalink
many new things
Browse files Browse the repository at this point in the history
  • Loading branch information
zigahertz committed Jul 26, 2016
1 parent 0926976 commit e9f9f8d
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/dummy-65788caf39b92d72e39cc5dc2d1fa5a7.css

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

2 changes: 2 additions & 0 deletions assets/dummy-87b6cdcdd63e36532d5225d34ddf0dac.js

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions assets/vendor-a13484b398a5af04e6ba47b34ae2b46e.js

Large diffs are not rendered by default.

Empty file.
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>
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 Sparkles</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">


<meta name="dummy/config/environment" content="%7B%22modulePrefix%22%3A%22dummy%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22/ember-sparkles/%22%2C%22locationType%22%3A%22hash%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22ember-sparkles%22%2C%22version%22%3A%220.4.7+09269765%22%7D%2C%22exportApplicationGlobal%22%3Afalse%2C%22resizeServiceDefaults%22%3A%7B%22widthSensitive%22%3Atrue%2C%22heightSensitive%22%3Atrue%2C%22debounceTimeout%22%3A200%2C%22injectionFactories%22%3A%5B%22view%22%2C%22component%22%5D%7D%7D" />

<link rel="stylesheet" href="/ember-sparkles/assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css">
<link rel="stylesheet" href="/ember-sparkles/assets/dummy-65788caf39b92d72e39cc5dc2d1fa5a7.css">


</head>
<body>


<script src="/ember-sparkles/assets/vendor-a13484b398a5af04e6ba47b34ae2b46e.js"></script>
<script src="/ember-sparkles/assets/dummy-87b6cdcdd63e36532d5225d34ddf0dac.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 e9f9f8d

Please sign in to comment.