-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.pug
32 lines (26 loc) · 1.34 KB
/
test.pug
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
29
30
31
32
doctype html
html(lang="ru")
include ./templates/layout/head.pug
body
include ./templates/layout/nav.pug
main.container(role="main")
div.row
div.col-md-12
div.card.mb-4.shadow-sm
div.card-body
h5.card-title Табличные интегралы
p.card-text.overflow-auto
module(id="task")
p
button.btn.btn-success(type="button", data-toggle="collapse", data-target="#tabularIntegralsAnswer", aria-expanded="false", aria-controls="#tabularIntegralsAnswer") Ответ
div.collapse(id="tabularIntegralsAnswer")
div.card.card-body
div.boxTikZ
script(type="text/tikz", id="img")
result(id="answer")
pre
code.language-cpp.
p{ color: red }
class{top: 1px}
script(type="text/javascript", src="scripts/BD/test.js")
include ./templates/layout/footer.pug