mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-10-20 02:34:16 +03:00
18 lines
388 B
Plaintext
18 lines
388 B
Plaintext
doctype html
|
|
|
|
html
|
|
head
|
|
meta(charset='UTF-8')
|
|
title Redux DevTools
|
|
include ./includes/style.pug
|
|
|
|
body
|
|
#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;'
|
|
)
|
|
script(src='/window.bundle.js')
|