nodeclub/views/static/faq.html
2014-08-29 12:19:27 +08:00

22 lines
607 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%- partial('../sidebar') %>
<div id='content'>
<div class='panel'>
<div class='header'>
<ul class='breadcrumb'>
<li><a href='/'>主页</a><span class='divider'>/</span></li>
<li class='active'>FAQ</li>
</ul>
</div>
<div class='inner topic'>
<h3>FAQ</h3>
<hr/>
<div class="topic_content">
<p>ACNode 社区和 Node Club 是什么关系?</p>
<p>QNode Club 是一个用 Node.js 和 MongoDB 开发的开源社区软件CNode 是基于 Node Club 的 Node.js 中文技术社区。</p>
</div>
</div>
</div>
</div>