-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
115 lines (66 loc) · 2.51 KB
/
404.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Buffer Developers
</title>
<meta name="description" property="og:description" content="">
<meta name="apple-mobile-web-app-title" content="Buffer Developers">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900">
<link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre.min.css">
<link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre-exp.min.css">
<link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre-icons.min.css">
<link rel="stylesheet" href="/assets/style.css?v=1552574926">
</head>
<body>
<div class="off-canvas off-canvas-sidebar-show">
<div class="docs-sidebar off-canvas-sidebar">
<a class="docs-brand" href="https://developers.buffer.com/">
<h1 class="docs-brand-title">
Buffer Developers
</h1>
<small class="label text-bold">DEVELOPERS</small>
</a>
<nav class="docs-nav">
<div class="accordion">
<input id="accordion-getting-started" type="checkbox" name="docs-accordion-checkbox" hidden="" checked="checked">
<label class="accordion-header c-hand" for="accordion-getting-started">API</label>
<div class="accordion-body">
<ul class="menu menu-nav">
<li class="menu-item">
<a href="/">
<span>Overview</span>
</a>
</li>
<li class="menu-item">
<a href="/api/authentication/">
<span>Authentication</span>
</a>
</li>
<li class="menu-item">
<a href="/api/user/">
<span>Users</span>
</a>
</li>
<li class="menu-item">
<a href="/api/profiles/">
<span>Profiles</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div role="main" class="docs-content off-canvas-content">
<h1>404 Page not found</h1>
<div class="">
<span class="text-small text-gray">
</span>
</div>
</div>
</div>
</body>
</html>