-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdocumentation.html
executable file
·56 lines (49 loc) · 1.25 KB
/
documentation.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Nobs • Share Buttons - Documentation</title>
<meta http-equiv="refresh" content="0;url=https://sharebuttons.social/doc/?utm_source=wp-plugin&utm_medium=old-doc&utm_campaign=redirect">
<style>
body,
html {
height: 100%;
width: 100%;
}
body {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 18px;
line-height: 1.7;
font-family: sans-serif;
}
a {
text-decoration: none;
padding: 16px 24px;
border: 0 none;
font-size: 16px;
font-weight: 600;
color: #E9F8FD;
text-shadow: none;
box-shadow: 0px 4px 6px rgba(10, 102, 194, 0.1), 0px 1px 2px rgba(10, 102, 194, 0.1);
border-radius: 6px;
background: #0073AA;
transition: all .275s;;
}
</style>
</head>
<body>
<div>
<img src="assets/admin/nobs-logo-dark.svg" width="249" height="48" alt="Nobs • Share Buttons">
<p>This documentation has been entirely reworked.</p>
<p>If you are not redirected, follow this link.</p>
<p style="margin-top: 2em;">
<a href="https://sharebuttons.social/doc/?utm_source=wp-plugin&utm_medium=old-doc&utm_campaign=button">
Nobs • Documentation
</a>
</p>
</div>
</body>
</html>