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.tpl.html
22 lines
(15 loc)
•
305 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
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Title
</
title
>
</
head
>
<
body
>
<!-- 单选题模板 -->
<!-- 多选题模板 -->
<!-- 单行填空题模板 -->
<!-- 命令题模板 -->
<!-- 代码片段题模板 -->
<!-- 完整工程题模板 -->
</
body
>
</
html
>