Del: Redundant doc files

This commit is contained in:
surunzi
2016-10-31 12:20:21 +08:00
parent a1f1e051f2
commit eaa4b34989

8
src/Info/Info.hbs Normal file
View File

@@ -0,0 +1,8 @@
<ul>
{{#each messages}}
<li>
<h2 class="eruda-title">{{name}}</h2>
<p class="eruda-content">{{val}}</p>
</li>
{{/each}}
</ul>