Sengi-Windows-MacOS-Linux/docs/index.html

42 lines
1005 B
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<title>Discover Sengi</title>
</head>
<body>
<header class="header">
<div class="header__logo-box">
</div>
<div class="header__app-image-box">
</div>
<div class="header__download-box">
<a href="#"
onClick="window.open('http://sengi.nicolas-constant.com'+'?qt='+ (new Date()).getTime(),'Sengi','toolbar=no,location=no,status=no,menubar=no,scrollbars=no, resizable=yes,width=377,height=800'); return false;"
class="button">Launch web client</a>
</div>
</header>
<main>
<section class="section-about">
</section>
<section class="section-about">
</section>
</main>
</body>
</html>