UNPKG
mdexam
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Exam questions/answers/checkers written in markdown
github.com/hxgqh/mdexam
hxgqh/mdexam
mdexam
/
templates
/
bootstrap.demo.html
24 lines
(16 loc)
•
348 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Title
</
title
>
<
script
type
=
"text/javascript"
src
=
""
/>
</
head
>
<
body
>
<!-- 单选题示例 -->
<!-- 多选题示例 -->
<!-- 单行填空题示例 -->
<!-- 命令题示例 -->
<!-- 代码片段题示例 -->
<!-- 完整工程题示例 -->
</
body
>
</
html
>