-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHelp.htm
35 lines (35 loc) · 922 Bytes
/
Help.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Online Documentation</title>
<meta http-equiv="refresh" content="0; url=https://docs.merkulov.design/category/html-templates/" />
<style>
body {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: sans-serif;
padding: 0;
margin: 0;
border: none;
}
a {
color: #37f;
border-radius: 20px;
background: #ebf8ff;
padding: 12px 24px;
font-size: .95em;
text-decoration: none;
}
a:hover {
color: #ebf8ff;
background: #37f;
}
</style>
</head>
<body>
<a href="https://docs.merkulov.design/category/html-templates/">Online Documentation</a>
</body>
</html>