Skip to content

Instantly share code, notes, and snippets.

@wildjcrt
Forked from Truesun/html
Created March 30, 2012 04:01
Show Gist options
  • Save wildjcrt/2246377 to your computer and use it in GitHub Desktop.
Save wildjcrt/2246377 to your computer and use it in GitHub Desktop.
test
<body style="color:#fff; font-family:Verdana, Geneva, sans-serif;">
<h3 style="font-weight:bold; font-size:13px; border-bottom:solid 1px #eee; padding:2px 0;">名稱:測試投票</h3>
<p style="margin-bottom:8px; padding:5px 0;">
宗旨:com'ono<br>
此次投票你可以投 <span id="remain-votes">2</span> 票。
</p>
<div class="grid">
<ul style="padding:0 0 0 5px; margin-bottom:8px;">
<li><input name="" value="" type="checkbox"> a</li>
<li><input name="" value="" type="checkbox"> bcd</li>
<li><input name="" value="" type="checkbox"> 欸欸欸</li>
</ul>
</div>
<p style="border:solid 1px #ccc; font-weight:bold; padding:3px 0; color:#fff; background:#6f999b; text-align:center; border-radius:3px;">請先登入痞客邦進行投票</p>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment