mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
pug
This commit is contained in:
parent
6cf528b4a0
commit
68ca8823f0
|
@ -5,12 +5,14 @@ html
|
||||||
meta(charset='UTF-8')
|
meta(charset='UTF-8')
|
||||||
title Redux DevTools
|
title Redux DevTools
|
||||||
include ../style.pug
|
include ../style.pug
|
||||||
style.
|
|
||||||
body {
|
|
||||||
min-height: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body
|
body
|
||||||
#root
|
#root
|
||||||
|
div(style='position: relative')
|
||||||
|
img(
|
||||||
|
src='/img/loading.svg',
|
||||||
|
height=300, width=350,
|
||||||
|
style='position: absolute; top: 50%; left: 50%; margin-top: -175px; margin-left: -175px;'
|
||||||
|
)
|
||||||
link(href='/devpanel.bundle.css', rel='stylesheet')
|
link(href='/devpanel.bundle.css', rel='stylesheet')
|
||||||
script(src='/devpanel.bundle.js')
|
script(src='/devpanel.bundle.js')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user