-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.95 KB
/
index.html
File metadata and controls
40 lines (39 loc) · 1.95 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' https://fonts.googleapis.com/; font-src https://fonts.gstatic.com/">
<meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" type="text/css" rel="stylesheet">
<link href="index.css" type="text/css" rel="stylesheet">
</head>
<body class="t-lol c-app">
<div class="l-grid--2-fixed-col">
<div class="c-sign-in">
<div class="c-sign-in__header">
<div class="l-flex--space-between">
<img class="c-sign-in__icon" src="img/cappuccino.png" />
</div>
</div>
<form class="c-sign-in__form">
<h1 class="c-sign-in__title">
SIGN IN
</h1>
<div class="l-flex--single-centered-column">
<label for="" class="c-sign-in__label"></label>
<input class="c-sign-in__text-input" placeholder="USERNAME" type="text" id="username" name="username">
<input class="c-sign-in__text-input" placeholder="PASSWORD" type="password" id="password" name="password">
<arrow-button></arrow-button>
</div>
</form>
<div class="c-sign-in__footer"></div>
</div>
<img class="c-splash-wallpaper" src="./img/animated-landscape.gif" alt="beautiful landscape" />
</div>
<script src="./renderer.js"></script>
<script src="./components/arrow-button/index.js"></script>
</body>
</html>
<!-- Todo: Add author credit for the coffee icon and the animated GIF -->
<!--<div>Icons made by <a href="https://www.flaticon.com/authors/google" title="Google">Google</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>-->