electron-find
Version:
Find all matches for the text in electron app
23 lines (22 loc) • 415 B
HTML
<html>
<head>
<meta charset="utf-8" />
<title>webview 2</title>
<style>
.content{
margin: 10px;
padding: 10px;
border: 1px solid rgb(164, 195, 216);
border-radius: 4px;
}
</style>
</head>
<body>
<div class="content">
<h3>In webview 2</h3>
<div>content 2</div>
<div>content 2</div>
</div>
</body>
</html>