-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaqs.html
More file actions
41 lines (38 loc) · 944 Bytes
/
Copy pathfaqs.html
File metadata and controls
41 lines (38 loc) · 944 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 name="Author" content="Sachin">
<meta name="Description" content="description of help">
<title>Help</title>
<link rel="icon" href="images/Better_reading_the_notice_of_this_human-made_drink.jpg" type="image/x-icon">
<style>
html {
font-size: 20px;
}
h4 {
text-align: center;
}
body {
min-height: 100vh;
max-width: 1000px;
margin: 0 auto;
padding: 1rem;
border-left: 0px solid #333;
border-right: 0px solid #333;
}
p {
border: 2px solid #333;
font-family: monospace;
border-collapse: separate;
padding: 0.5rem;
}
h4 {
font-family: 'Lucida Sans', 'Lucida Sans Regular';
}
</style>
</head>
<body>
<h2>In Development</h2>
</body>
</html>