-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (48 loc) · 2.18 KB
/
index.html
File metadata and controls
62 lines (48 loc) · 2.18 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>
Welcome to Dirigible, a programmable cloud spreadsheet
</title>
<link rel="stylesheet" href="base.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="non_sheet_page.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="index.css" type="text/css" media="screen" charset="utf-8">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SCHM9F7ZQE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SCHM9F7ZQE');
</script>
<body>
<p style="text-align: center">
</p>
<div id="id_container">
<div id="id_content">
<div id="id_header" class="centered-block">
<div id="id_header_links">
</div>
<div id="id_big_logo_wrap" class="centered-block">
<img id="id_big_logo" src="logo_transparent_490x112.png" alt="Dirigible Logo" title="Dirigible Logo">
</div>
<div id="id_grey_stripe_hwrap" style="border-radius: 20px;">
<div class="id_dirigible_tagline" style="margin: 0 20px;">
<p>
<b>End of life</b>: Sadly, Dirigible has been retired.
</p>
<p>
You can check out our new project,
<a href="http://www.pythonanywhere.com/">PythonAnywhere</a>,
or if you'd like to install your own Dirigible server
you can take a look at
<a href="https://github.com/pythonanywhere/dirigible-spreadsheet">the Open Source version on GitHub</a>
</p>
</div>
</div>
</div>
</div>
</body>
</html>