-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.html
32 lines (32 loc) · 1.11 KB
/
example.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://LevaCompany.github.io/help/example">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Example - Leva Source Help</title>
<style type="text/css">
*, *::before, *::after{
font-family: "Poppins", "Leva Icons", icons, sans-serif;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
body{
display: flex;
-ie-display: -ms-flexbox;
align-items: center;
justify-self: center;
text-align: center;
}
a, h1{
display: none;
}
</style>
</head>
<body>
<h1 style="display: none;" display="none" data-display="none">This page is example</h1>
<a href="https://LevaCompany.github.io/help/example" style="display: none;" display="none" data-display="none">More...</a>
</body>
</html>