forked from anandvip/morkhiFarms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-warning.html
30 lines (29 loc) · 1.18 KB
/
index-warning.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>Hold On, Time will come</title>
</head>
<body>
<header>
<h1>WARNING:- <br> THIS APP DOES NOT SUPPORT OLD BROWSERS ON SMARTPHONES. IT DOES NOT USE THIRD PART LIBRARIES AS WELL. <BR> THIS APP IS STILL UNDER DEVELOPMENT AND NOT THE FINAL VERSION, SUPPORT FOR OLD WEB BROWSERS NEEDS TO BE RESEARCHED AND LOOKED INTO TO REPLICATE SPACING AND ABSOLUTE POSITIONED ELEMENTS AND PESUDO CLASSES USED FOR MODERN BROWSERS. BEFORE LAYOUT BREAKING OR SIMILAR ISSUES ARE EXPERIENCED OR REPORTED BY USERS, THEY HAVE TO BE REPLICATED AND FIXED, TO SUPPORT THEM ALL<BR> THANKS </h1>
</header>
<div class="wrapper">
<div class="farms content">
<div class="farmProduce">
<ul>
<li>
<a href="https://morkhifarms.in/index-HOLDON.html"><button class="available">
However, you can continue to view the recent version of webapp here, <br> for devices which support latest browser features.
</button></a></li>
<li>
</ul>
</div>
</div>
</div>
<!--<script src="app.js"></script>-->
</body>
</html>