summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/about_credits_entry.tmpl
blob: 032b0c41107fe1cc48568e12177ddeaa4d59f9f8 (plain)
1
2
3
4
5
6
7
8
9
<div class="product">
<span class="title">{{name}}</span>
<a class="show" href="#">show license</a>
<span class="homepage"><a href="{{url}}">homepage</a></span>
<div class="licence">
<pre>{{license}}</pre>{{license_unescaped}}
</div>
</div>