-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookmarks.html
29 lines (29 loc) · 1.02 KB
/
bookmarks.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
<!doctype html>
<html class="page">
<head>
<meta charset="utf-8" />
<title>Bookmarks</title>
<link rel="stylesheet" href="/ui/resources/colors.css" />
<link rel="stylesheet" href="/ui/resources/fonts.css" />
<link rel="stylesheet" href="/ui/elements/typography.css" />
<link rel="stylesheet" href="/ui/global.css" />
<link rel="stylesheet" href="/ui/layout.css" />
<link rel="stylesheet" href="/ui/page.css" />
</head>
<body class="page__body">
<main class="main main--only">
<ul>
<li class="paragraph">
<a class="anchor" href="/test.html?random=false">
Application programming interface test
</a>
</li>
<li class="paragraph">
<a class="anchor" href="/estimates.html?id=2833226">
User interface
</a>
</li>
</ul>
</main>
</body>
</html>