0.4.5 Beta not recomended to production servers
[smail.git/.git] / index.php
1 <!-- {version:<?php echo file_get_contents('VERSION');?>} --->
2 <?php include 'i18n.class.php'; $i18n = new i18n(); $i18n->init();?>
3 <html>
4     <head>
5         <title>SecureMail</title>
6         <link rel='stylesheet' type='text/css' href='css/index.css?v=1'>
7         <link type='text/css' rel='stylesheet' href='css/all.css?v=1'/>
8     </head>
9     <body style='margin: 0px;'>
10         <div style='color: white; background: #30303c; padding: 1%;'>
11             <h1 style='margin: 0px;'><?php echo L::index_welcome;?></h1>
12             <hr>
13         </div>
14         <div class="sitemap"><a href='map.php'>SiteMap</a> - <a href='map.php'>Login</a> - <a href='map.php'>Register</a> - <a href="https://reisub.nsupdate.info/git/?p=smail.git/">Git</a> - <a href="https://reisub.nsupdate.info/bugs/">Bugs</a></div>
15         <div class="tag">
16             <h1 style='margin: 0px;'><?php echo L::index_about;?></h1>
17             <hr>
18             <text><?php echo L::index_about_c;?></text>
19         </div>
20         <div class="tag">
21             <h1 style='margin: 0px;'><?php echo L::index_license;?></h1>
22             <hr>
23             <text><?php echo L::index_license_c;?></text>
24         </div>
25     </body>
26 </html>