OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. --> | 5 found in the LICENSE file. --> |
6 <head> | 6 <head> |
7 <script src="promo.js"></script> | 7 <script src="promo.js"></script> |
8 <link rel="stylesheet" href="promo.css"> | 8 <link rel="stylesheet" href="promo.css"> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <meta name="viewport" content="width=device-width, user-scalable=no"> | 10 <meta name="viewport" content="width=device-width, user-scalable=no"> |
11 </head> | 11 </head> |
12 <body> | 12 <body> |
13 <!--TODO(mathp): Update this text. --> | 13 <!--TODO(mathp): Update this text. --> |
14 <p>Hello, world!</p> | 14 <p>Hello, world!</p> |
15 <p><a href="optin.html">Yes</a></p> | 15 <p><a href="#optin">Yes</a></p> |
16 <p><a href="optout.html">No</a></p> | 16 <p><a href="#optout">No</a></p> |
17 </body> | 17 </body> |
18 </html> | 18 </html> |
OLD | NEW |