mirror of
https://github.com/S2-/gitlit
synced 2025-10-06 19:30:10 +02:00
fix search window
This commit is contained in:
22
app/node_modules/electron-find/example2/inner1.html
generated
vendored
Normal file
22
app/node_modules/electron-find/example2/inner1.html
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>webview 1</title>
|
||||
<style>
|
||||
.content{
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
border: 1px solid rgb(236, 119, 236);
|
||||
border-radius: 4px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<h3>In webview 1</h3>
|
||||
<div>content 1</div>
|
||||
<div>content 1</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user