-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (19 loc) · 969 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>
Connect
</title>
<link rel="icon"
type="image/png"
href="http://example.com/myicon.png">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body style="background-color:black">
<img src="https://raw.github.com/valentin7/Connect/master/presentation/Presentation_connect_screen.png" alt="Connect Screen" width="100%" height="100%"/>
<img src="https://raw.github.com/valentin7/Connect/master/presentation/Presentation_welcome_screen.gif" alt="Welcome Screen" width="100%" height="100%">
<img src="https://raw.github.com/valentin7/Connect/master/presentation/Presentation_signin_screen.png" alt="Sign in Screen" width="100%" height="100%">
<img src="https://raw.github.com/valentin7/Connect/master/presentation/Presentation_result_screen.gif" alt="Result Screen" width="100%" height="100%">
</body>
</html>