hytos / readme.html @ 67cfe4dc
이력 | 보기 | 이력해설 | 다운로드 (1.16 KB)
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
---|---|
2 |
<html>
|
3 |
<head>
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 |
<STYLE type="text/css"> |
6 |
BODY, TABLE, TD, TH, P { |
7 |
font-family: Calibri, Verdana, Helvetica, sans serif; |
8 |
font-size: 12px; |
9 |
color: black; |
10 |
} |
11 |
.filesChanged { |
12 |
width: 2%; |
13 |
padding-left: 10px; |
14 |
} |
15 |
.td-title { |
16 |
color: white; |
17 |
font-size: 120%; |
18 |
font-weight: bold; |
19 |
padding-left: 5px; |
20 |
text-transform: uppercase; |
21 |
} |
22 |
</STYLE>
|
23 |
</head>
|
24 |
<BODY>
|
25 |
<table width=100% style="border:1px dotted"> |
26 |
<tr bgcolor='#27AE60' > |
27 |
<td style="padding-left: 5px; font-weight: bold;" colspan=2> |
28 |
<font color="white" size="5"> PAP(Process Automation Platform) </font> |
29 |
</td>
|
30 |
</tr>
|
31 |
</table>
|
32 |
<br/> |
33 |
|
34 |
<!-- CHANGE SET -->
|
35 |
<table width=100% style="border:1px dotted"> |
36 |
<tr bgcolor='#27AE60' > |
37 |
<td style="padding-left: 5px; font-weight: bold;" colspan="2"><font color="white" size="3">CHANGES</font></td> |
38 |
</tr>
|
39 |
|
40 |
<tr><td style="tr-title" colspan="2" bgcolor=lightgray><B>1.0.0.0 [2020.08.20]</B></td></tr> |
41 |
<tr><td class="filesChanged">1.</td><td></td></tr> |
42 |
</table>
|
43 |
</BODY>
|
44 |
</html>
|