-
Notifications
You must be signed in to change notification settings - Fork 5
/
404.html
140 lines (121 loc) · 6.5 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Analytics
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PDCL9PHMHT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-PDCL9PHMHT');
</script>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>labml.ai - Not Found :(</title>
<meta content="Organize machine learning experiments and monitor training progress from mobile." name="description">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta content="width=device-width, initial-scale=1" name="viewport">
<!-- SEO
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta content="summary_large_image" name="twitter:card">
<meta content="@labmlai" name="twitter:site">
<meta content="labml.ai" name="twitter:title">
<meta content="Organize machine learning experiments and monitor training progress from mobile."
name="twitter:description">
<meta content="https://labml.ai/images/seo-cover.jpg" name="twitter:image">
<meta content="Screenshots of LabML Web App" name="twitter:image:alt">
<meta content="labml.ai" property="og:title"/>
<meta content="Organize machine learning experiments and monitor training progress from mobile."
property="og:description"/>
<meta content="website" property="og:type"/>
<meta content="https://labml.ai/" property="og:url"/>
<meta content="https://labml.ai/images/seo-cover.jpg" property="og:image"/>
<meta content="Screenshots of LabML Web App" property="og:image:alt"/>
<meta content="410956776644881" property="fb:app_id"/>
<script type="application/ld+json">
[
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://labml.ai",
"logo": "https://labml.ai/images/logo.svg"
},
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "labml.ai",
"operatingSystem": "Linux, OSX, Android, iOS",
"applicationCategory": "DeveloperApplication",
"offers": {
"@type": "Offer",
"price": "0"
}
}
]
</script>
<!-- Font
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Source+Code+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap"
rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="css/normalize.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link crossorigin="anonymous" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css"
integrity="sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu" rel="stylesheet">
<link href="css/codestyle.night-owl.css"
rel="stylesheet">
<!-- JS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="js/site.js"></script>
<script src="js/highlight.pypack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="/images/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="/images/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/images/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="/site.webmanifest" rel="manifest">
<link color="#e86c1d" href="/images/safari-pinned-tab.svg" rel="mask-icon">
<link href="/favicon.ico" rel="shortcut icon">
<meta content="#ffffff" name="theme-color">
</head>
<body style="height: 100%">
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<header class="container" style="height: 100%; max-height: unset">
<div class="content" style="justify-content: space-evenly">
<h1>404</h1>
<div class="subheading">Ooops! Are you sure you are at the right place?</div>
<div class="row" style="margin-top: 30px">
<a class="row-item" href="/">
<i class="fas fa-home f-60"></i>
<div class="title">Homepage</div>
<div class="description"> Go back to homepage</div>
</a>
<a class="row-item" href="https://papers.labml.ai">
<i class="fas fa-file f-60"></i>
<div class="title">Papers</div>
<div class="description"> Find latest and trending machine learning papers
</div>
</a>
<a class="row-item" href="https://nn.labml.ai">
<i class="fas fa-brain f-60"></i>
<div class="title">LabML Neural Networks</div>
<div class="description"> Annotated PyTorch Paper Implementations
</div>
</a>
</div>
</div>
</header>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>