-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<title>Platform Management</title>
<link href="./style.css" rel="stylesheet">
</head>
<body>
<div id="wrapper" class="grey-bg">
<div id="login-panel">
<form action="./dashboard/" data-method="post">
<div class="login-logo"><img src="./images/login-logo.png"
alt="Datamart Platform Management"><br/>
<p>WELCOME TO PLATFORM MANAGEMENT</p>
</div>
<div class="login-form">
<span class="form-field log-f"><input type="email" required
value="[email protected]" placeholder="Email"></span>
<span class="form-field pas-f"><input type="password" required
value="password" placeholder="Password"></span>
<span class="form-submit"><button type="submit">Login</button></span>
</div>
</form>
</div>
</div>
<script src="https://www.google-analytics.com/analytics.js"></script>
<script>ga('create','UA-5065160-11','auto'),ga('send','pageview');</script>
<script src="https://komito.net/komito.js" async></script>
</body>
</html>