| 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>
|
|
|