-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
41 lines (27 loc) · 850 Bytes
/
menu.html
File metadata and controls
41 lines (27 loc) · 850 Bytes
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
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>WhatSign.in</title>
<!-- Style -->
<link href="style.css" rel="stylesheet">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300|Titillium+Web" rel="stylesheet">
</head>
<body>
<div class="modal-header">
<div class="logo">
<img class="logo-icon" src="logo.png">
</div>
</div>
<div class="modal-content">
<div id="inner">
<p class="method">No prefered login method saved yet.</p>
</div>
<p class="copyright"><a href="https://whatsign.in/terms" target="_blank">Terms and Conditions</a></p>
</div>
<script src="menu.js"></script>
</body>
</html>