-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathsuccessMessage.html
More file actions
21 lines (21 loc) · 759 Bytes
/
successMessage.html
File metadata and controls
21 lines (21 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!--
Project Name : Visual Python
Description : GUI-based Python code generator
File Name : successMessage.html
Author : Black Logic
Note : Success Message
License : GNU GPLv3 with Visual Python special exception
Date : 2021. 12. 15
Change Date :
-->
<!-- use body tag to strip comments out on requirejs/text plugin -->
<body>
<div id="vp_successMessage">
<div class="vp-successMessage ">
<div class="vp-successMessage-title"></div>
<!-- LAB: img to url -->
<!-- <img class="vp-successMessage-icon" src="${vp_base}/img/code.svg"> -->
<div class="vp-successMessage-icon"></div>
</div>
</div>
</body>