-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (36 loc) · 1.2 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
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/Style.css">
<title>Remote Apps</title>
</head>
<body>
<main class="first-page">
<header>
<img src="images/logo/wefaq_car_logo.svg">
</header>
<div class="test" data-tilt>
<div class="rafeq">
<img src="images/logo/Rafeq.svg" alt="">
</div>
<div class="form">
<form action="">
<div class="form-label">
<label> User Name </label>
<input type="text" required>
</div>
<div class="form-label">
<label> Password </label>
<input type="password" required>
</div>
<button id="btn-sign" onclick="signin ()">Sign in</button>
</form>
</div>
</div>
</main>
<script src="Script/vanilla-tilt.js"></script>
<script src="Script/Script.js"></script>
</body>
</html>