Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: dart/site/try/nossl.html

Issue 465903002: Work around AppCache issues to switch to SSL. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dart/site/try/nossl.html
diff --git a/dart/site/try/iframe.html b/dart/site/try/nossl.html
similarity index 52%
copy from dart/site/try/iframe.html
copy to dart/site/try/nossl.html
index d92887b455d442d5d4e93e61b88b02c34ecfc7af..18b3d7132ff3a2fea0abe2543b6a124204fa8409 100644
--- a/dart/site/try/iframe.html
+++ b/dart/site/try/nossl.html
@@ -1,15 +1,16 @@
+<!DOCTYPE html>
<!--
Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
-->
-<!DOCTYPE html>
-<html lang="en" manifest="nossl.appcache">
+<html lang="en">
<head>
-<title>JavaScript output</title>
-<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+<meta charset="utf-8">
+<title>Page has moved.</title>
+<meta http-equiv="refresh" content="0;URL='https://try.dartlang.org/'" />
</head>
<body>
-<script type="application/javascript" src="iframe.js"></script>
+<p>This page has moved to <a href="https://try.dartlang.org/">https://try.dartlang.org/</a></p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698