forked from hd-auth/auth.sigidli.com
24 lines
688 B
Plaintext
24 lines
688 B
Plaintext
extend templates/layout.pug
|
|
|
|
block content
|
|
.container
|
|
.center
|
|
figure
|
|
img.response-img(src="static/img/bsides.png", alt="bsides cpt 2019")
|
|
figcaption as seen at b-sides Cape Town 2019
|
|
.row
|
|
.col.s12
|
|
pre#json-renderer
|
|
.col.s12
|
|
.center
|
|
p.flow-text view annoted raw json
|
|
a(href="static/hd-auth.json") here
|
|
|
|
|
|
block additionalScripts
|
|
script(src="static/js/jquery.json-viewer.js")
|
|
script
|
|
include ./js/bsides.js
|
|
|
|
block additionalStyle
|
|
link(rel="stylesheet", href="static/css/jquery.json-viewer.css") |