1<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html> 3 4<head> 5%analytics% 6<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 7<title>%title%</title> 8<link rel="stylesheet" type="text/css" 9 href="https://www.unicode.org/webscripts/standard_styles.css"> 10<link rel="stylesheet" type="text/css" href="index.css"> 11%header% 12</head> 13 14<body> 15 <table width="100%" cellpadding="0" cellspacing="0" border="0"> 16 <tr> 17 <td colspan="2"> 18 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 19 <tr> 20 <td class="icon"><a href="http://www.unicode.org/"> <img 21 border="0" src="http://www.unicode.org/webscripts/logo60s2.gif" 22 align="middle" alt="[Unicode]" width="34" height="33"></a> 23 <a class="bar" 24 href="http://www.unicode.org/cldr/comparison_charts.html"><font 25 size="3">CLDR Charts</font></a></td> 26 <td class="bar"><a href="http://www.unicode.org" class="bar">Home</a> 27 | <a href="http://www.unicode.org/sitemap/" class="bar">Site 28 Map</a> | <a href="http://www.unicode.org/search/" class="bar">Search</a></td> 29 </tr> 30 </table> 31 </td> 32 </tr> 33 <tr> 34 <td colspan="2" class="gray"> </td> 35 </tr> 36 </table> 37 <div class="body"> 38 <div align="center"> 39 <table style="width:100%"> 40 <tr> 41 <td style="text-align: left" nowrap width="25%"><iframe scrolling="no" class="versionDate" src="include-version.html"></iframe></td> 42 <td style="text-align: center" nowrap width="50%"><h1 align="center">%title%</h1></td> 43 <td style="text-align: right" nowrap width="25%"><iframe scrolling="no" class="versionDate" src="include-date.html"></iframe></td> 44 </tr> 45 <tr><td style="text-align: center" colSpan="3"><a class="upLink" href="%index%">%index-title%</a></td></tr> 46 </table> 47 </div> 48<!-- 49 <div align="center"> 50 <table style="margin: 1em"> 51 <tr> 52 <td align="left" nowrap width="20%">CLDR Version <span class='version'>%version%</span></td> 53 <td style="text-align: center" nowrap width="50%"><b><font 54 size="4"> <a href="%index%">%index-title%</a></font></b></td> 55 <td style="text-align: right" nowrap width="20%">%date%</td> 56 </tr> 57 </table> 58 </div> 59 --> 60<!-- begin main body--> 61%body% 62<!-- end main body --> 63 </div> 64 <div style='text-align: center; margin-top:2em; margin-bottom: 60em;'><br> 65 <a href='https://www.unicode.org/copyright.html'> 66 <img src='https://www.unicode.org/img/hb_notice.gif' style='border-style: none; width: 216px; height:50px;' 67 alt='Access to Copyright and terms of use'> 68 </a> 69 </div> 70 71</body> 72</html> 73