-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
72 lines (57 loc) · 2.43 KB
/
index.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
<!DOCTYPE html>
<html>
<!-- Mirrored from plausible.coop/ by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 02 Nov 2021 23:05:37 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<title>Plausible Labs</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans+Condensed:400|IBM+Plex+Sans:300,400,400i,500,700&display=swap">
<link rel="stylesheet" media="screen" href="assets/stylesheets/main/index.css">
<link rel="stylesheet" media="screen" href="assets/stylesheets/index/index.css">
<link rel="shortcut icon" type="image/ico" href="assets/images/main/favicon/index.ico">
<script src="assets/javascripts/jquery-1.9.0.min/index.js" type="text/javascript"></script>
<script src="assets/javascripts/retina/index.js" type="text/javascript"></script>
<style>
a {
color: #24aadf;
text-decoration: none;
}
</style>
</head>
<body>
<header>
<h3>
<a href=".">
<img src="assets/images/main/clickable-logo-space/index.png" width="34px" height="34px" alt="PL" />
</a>
</h3>
<ul>
<li><a href="software">Open Source</a></li>
<li><a href="portfolio">Portfolio</a></li>
<li><a href="blog">Blog</a></li>
<li><a href="about">About</a></li>
</ul>
</header>
<div id="main">
<div class="index">
<!-- Intro -->
<div id="homeIntro">
<h1>
The labs are closed
</h1>
<p>
Plausible Labs is on <a href="https://twitter.com/plausiblelabs/status/1283563169844097024">indefinite hiatus</a> as of June 2020. We had a good run, but we're all off doing other things now.
</p>
<p>
<a id="portfolio-button" href="portfolio">See Our Portfolio</a>
</p>
</div>
</div>
</div>
<footer>
<div class="inner">
Plausible Labs Cooperative, Inc. © 2008 - 2021
</div>
</footer>
</body>
<!-- Mirrored from plausible.coop/ by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 02 Nov 2021 23:05:49 GMT -->
</html>