|
|
@@ -0,0 +1,20 @@
|
|
|
+<html>
|
|
|
+ <style>
|
|
|
+ body {
|
|
|
+ background-color: black;
|
|
|
+ color: azure;
|
|
|
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
|
+ margin-left: 10px;
|
|
|
+ }
|
|
|
+ h3 {
|
|
|
+ color: rgb(206, 147, 206);
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ <body>
|
|
|
+ <h1 id="app-name"> Financial Information System (FIS)</h1>
|
|
|
+ <h3 id="ver-240802-nightly"> ver. 240809-nightly</h3>
|
|
|
+ <p><b style="color:aqua">[App]</b> initial nightly version release<br/>
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </body>
|
|
|
+</html>
|