redux-devtools/extension/test/electron/fixture/index.html

14 lines
286 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Electron Test</title>
</head>
<body>
<span id="counter">0</span>
<button id="increment">+</button>
<button id="decrement">-</button>
<script src="./dist/renderer.js"></script>
</body>
</html>