-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (26 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<meta charset="UTF-8">
<meta name="author" content="Tea Kless">
<meta name="description" content="ccm web component">
<meta name="keywords" content="ccm,HTML,CSS,JavaScript,voting,rating,slidecast,fill-in-the-blank">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<title>ccm component demo</title>
<h2>Demos of <i>ccm</i> Components developed by Tea Kless</h2>
<ul>
<li><a href="slidecast">Slidecast</a>
<li><a href="news">News</a>
<li><a href="thumb_rating">Thumbs Rating</a>
<li><a href="editor">Editor</a>
<li><a href="voting">Voting</a>
<li><a href="star_rating">Star Rating</a>
<li><a href="star_rating_result">Result of Star Rating</a>
<li><a href="question">Question</a>
<li><a href="forum">Forum</a>
<li><a href="feedback">Feedback form</a>
<li><a href="comment">Comment</a>
<li><a href="pdf_viewer">PDF Viewer</a>
<li><a href="accordion">Accordion</a>
<li><a href="mark_words">Mark the Words in the text</a>
<li><a href="qa_pool/ak.html">QA Pool</a>
</ul>