-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (25 loc) · 1.31 KB
/
index.html
File metadata and controls
36 lines (25 loc) · 1.31 KB
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
<html>
<!-- So long, and thanks for all the fish. -->
<head>
<title>Farewell, Loom SDK.</title>
<style>
#container {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: 'Roboto', sans-serif;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<div id="container">
<img src="logo.png" width="100%"><br>
<b>Thank you for supporting Loom over the past five years.</b>
<p>At the start of a project, the twists and turns ahead are unmapped. We are pleased to announce that Loom has been acquired by <a href="http://blackstormlabs.com/">Blackstorm Labs</a>. As part of this, the Loom SDK online presence is being wound down. Don't worry - all existing licenses are valid and will remain in force. The publicly available <a href="http://github.com/LoomSDK/">source code</a> will remain public under its existing license.</p>
<p>The Loom SDK has been <a href="http://theengine.co/">The Engine Company</a>'s focus since inception, but the time has come to move on. <a href="http://theengine.co/">The Engine Company</a> will continue to serve existing clients.</p>
<p>You can contact <i>support AT theengine DOT co</i> with any Loom related inquiries.</p>
<p align="right">- Ben & the Loom SDK Team</p>
</body>
</html>