electron/spec/fixtures/pages/button.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
66 B
HTML
Raw Normal View History

<html>
<body>
<button id="button">CLICK</button>
</body>
</html>