-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwhatsapp_load.html
More file actions
28 lines (22 loc) · 851 Bytes
/
whatsapp_load.html
File metadata and controls
28 lines (22 loc) · 851 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
<!DOCTYPE html>
<html>
<body>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/bootstrap-icons.svg"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style/style.css">
<script src="script.js"></script>
</head>
<a> <img class="mobile_base" align="center" height="700px" src="assets/whatsapp_screen.png"> </a>
<style> </style>
<div id="time"></div>
<script>
setTimeout(function(){
window.location.href = 'whatsapp.html';
}, 1000);
</script>
<p></p>
</body>
</html>