-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoverlay.htm
47 lines (39 loc) · 1.07 KB
/
overlay.htm
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
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="overlay.css" />
<style type="text/css">
body {
color: #fff;
font-size: 56px;
}
</style>
</head>
<body>
<div id="widget" class="widget-AlertBox"><div id="alert-box"><div id="wrap">
<div id="particles"></div>
<!-- HERE DOWN GOES IN THE BOX -->
<!-- main alert box window -->
<div id="alert-text-wrap">
<!-- alert text -->
<div id="alert-text">
<div id="alert-message">
<div class="awc-term"><div>
<div><strong>$</strong> git commit \</div>
<div> -m '{commitMsg}'</div>
<div class="awc-name-wrapper">
<div class="awc-name"><span>{name}​</span></div>
</div>
<div>.............<span class="awc-passed">Passed</span></div>
<div id="alert-user-message">
<div> </div>
<div>{userMessage}</div>
</div>
</div></div>
</div>
</div>
</div>
<!-- TO HERE -->
</div></div></div>
</body>
</html>