forked from ClimateCompatibleGrowth/FINPLAN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (46 loc) · 2.73 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>FINPLAN</title>
<meta charset="UTF-8" />
<meta name="Generator" content="EditPlus" />
<meta name="Author" content="" />
<meta name="Keywords" content="" />
<meta name="Description" content="" />
<link rel="shortcut icon" href="references/css/finplan.ico" type="image/x-icon">
<link rel="icon" href="references/css/finplan.ico" type="image/x-icon">
<link rel="stylesheet" href="references/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="references/css/app.css" type="text/css" />
<link rel="stylesheet" href="references/css/chkradio.css" type="text/css" />
<script src="references/jquery/jquery-3.6.3.min.js"></script>
<script src="references/bootstrap/js/bootstrap.min.js"></script>
<script src="references/jquery-lang/js.cookie.js" charset="utf-8" type="text/javascript"></script>
<script src="references/jquery-lang/jquery-lang.js" charset="utf-8" type="text/javascript"></script>
<script src="references/jquery-lang/initLang.js" charset="utf-8" type="text/javascript"></script>
<script src="auth/login/login.js"></script>
<body>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3" style="height:150px">
<div id="msgcontainer" style="padding-top:80px"></div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-6 col-sm-offset-3 col-md-offset-3 text-center">
<div class="box-shadow card backwhite" style="padding:1px">
<div class="cardtitle backwhite">
<span lang="en">FINPLAN</span>
<p lang="en">The Model for Financial Analysis of Electric Sector Expansion Plans</p>
<p class="list-group-item-text text-center" id="version">Version 4.0.3.</p>
</div>
<h4></h4>
<br />
<div id="login"></div>
<br />
<p class="small text-muted" lang="en">The IAEA works for the safe, secure and peaceful uses of nuclear science and technology. Its key roles contribute to international peace and security, and to the world s Millennium Goals for social, economic and environmental development.</p>
</div>
</div>
</div>
</div>
</body>
</html>