-
Notifications
You must be signed in to change notification settings - Fork 0
/
template2.html
51 lines (47 loc) · 1.09 KB
/
template2.html
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
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
table, td, th {
border-style: groove;
border-color: black;
font-size: 100%;
}
table {
border-collapse: collapse;
width: 100%;
font-size: 100%;
font-family: "Times New Roman";
font-style: oblique;
}
th {
height: 35px;
}
p {
font-family: "Times New Roman";
font-size: 15px;
}
</style>
</head>
<h3>This email is to inform you about the Prow Job</h3>
<p>Kindly take a look and verify</p>
<p>Build logs are available here - <a href=http://mayflower.spectrocloud.com/log?job=ops_build&id=32>
<span style="color:red">Link</span></a></p>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<th>BranchName</th>
<th>Spectro_Branch_Name</th>
<th>BuildID</th>
<th>Spectro_Build_Id</th>
</tr>
<tr>
<th> </th>
<th> </th>
<th> </th>
<th> </th>
</tr>
</table>
</head>
</html>