-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 826 Bytes
/
index.html
File metadata and controls
34 lines (34 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!--
-
- @Name : CustomWindowsFormElectron/2-WithToolbar/index.html
- @Version : 1.0
- @Programmer : Max
- @Date : 2019-05-23
- @Released under : https://github.com/BaseMax/CustomWindowsFormElectron/blob/master/LICENSE
- @Repository : https://github.com/BaseMax/CustomWindowsFormElectron
-
-->
<html>
<head>
<title>Software</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="toolbar">
<div id="toolbar-menus">
<div id="toolbar-exit"></div>
<div id="toolbar-max"></div>
<div id="toolbar-min"></div>
</div>
<div id="toolbar-title">
<!-- icon -->
<p>
Windows!
</p>
</div>
</div>
Custom Windows Frame with toolbar based on the electron.
<script type="text/javascript" src="script.js"></script>
</body>
</html>