<!doctype html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="about_nacl.css">
</head>
<body>
<div id="loading-message">Loading...</div>
<div id="body-container" hidden>
<div id="header">
<h1>About NaCl</h1>
</div>
<dom-bind>
<template>
<template is="dom-repeat" items="[[naclInfo]]">
<div>
<span class="key">[[item.key]]</span>
<span class="value">[[item.value]]</span>
</div>
</template>
</template>
</dom-bind>
</div>
<script type="module" src="about_nacl.js"></script>
</body>
</html>