|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
2 | | -<!-- saved from url=(0032)http://www.projectdirigible.com/ --> |
3 | | -<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
4 | 5 | <title> |
5 | | - Welcome to Dirigible, a programmable cloud spreadsheet |
6 | | -</title> |
| 6 | + Welcome to Dirigible, a programmable cloud spreadsheet |
| 7 | + </title> |
7 | 8 |
|
8 | 9 |
|
9 | 10 | <link rel="stylesheet" href="base.css" type="text/css" media="screen" charset="utf-8"> |
10 | | - |
11 | | - <script type="text/javascript" async="" src="ga.js"></script> |
12 | | - |
13 | 11 | <link rel="stylesheet" href="non_sheet_page.css" type="text/css" media="screen" charset="utf-8"> |
14 | 12 | <link rel="stylesheet" href="index.css" type="text/css" media="screen" charset="utf-8"> |
15 | | - |
16 | | - |
17 | | - <script type="text/javascript"> |
18 | | - |
19 | | - var _gaq = _gaq || []; |
20 | | - _gaq.push(['_setAccount', 'UA-18014859-2']); |
21 | | - _gaq.push(['_trackPageview']); |
22 | | - |
23 | | - (function() { |
24 | | - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
25 | | - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
26 | | - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
27 | | - })(); |
28 | | - |
29 | | - </script> |
30 | | - |
31 | 13 | </head> |
32 | 14 |
|
33 | | - <body> |
34 | | - <p style="text-align: center"> |
35 | | - </p> |
36 | | - |
37 | | - <div id="id_container"> |
38 | | - <div id="id_content"> |
| 15 | +<!-- Google tag (gtag.js) --> |
| 16 | +<script async src="https://www.googletagmanager.com/gtag/js?id=G-SCHM9F7ZQE"></script> |
| 17 | +<script> |
| 18 | + window.dataLayer = window.dataLayer || []; |
| 19 | + function gtag(){dataLayer.push(arguments);} |
| 20 | + gtag('js', new Date()); |
39 | 21 |
|
40 | | - <div id="id_header" class="centered-block"> |
41 | | - <div id="id_header_links"> |
| 22 | + gtag('config', 'G-SCHM9F7ZQE'); |
| 23 | +</script> |
42 | 24 |
|
43 | | - </div> |
| 25 | + <body> |
| 26 | + <p style="text-align: center"> |
| 27 | + </p> |
44 | 28 |
|
| 29 | + <div id="id_container"> |
| 30 | + <div id="id_content"> |
45 | 31 |
|
46 | | - <div id="id_big_logo_wrap" class="centered-block"> |
47 | | - <img id="id_big_logo" src="logo_transparent_490x112.png" alt="Dirigible Logo" title="Dirigible Logo"> |
48 | | - </div> |
| 32 | + <div id="id_header" class="centered-block"> |
| 33 | + <div id="id_header_links"> |
49 | 34 |
|
50 | | - <div id="id_grey_stripe_hwrap" style="border-radius: 20px;"> |
| 35 | + </div> |
51 | 36 |
|
52 | | - <div class="id_dirigible_tagline" style="margin: 0 20px;"> |
53 | | - <p> |
54 | | - <b>End of life</b>: Sadly, Dirigible has been retired. |
55 | | - </p> |
56 | 37 |
|
57 | | - <p> |
58 | | - You can check out our new project, |
59 | | - <a href="http://www.pythonanywhere.com/">PythonAnywhere</a>, |
60 | | - or if you'd like to install your own Dirigible server |
61 | | - you can take a look at |
62 | | - <a href="https://github.com/pythonanywhere/dirigible-spreadsheet">the Open Source version on GitHub</a> |
63 | | - </p> |
| 38 | + <div id="id_big_logo_wrap" class="centered-block"> |
| 39 | + <img id="id_big_logo" src="logo_transparent_490x112.png" alt="Dirigible Logo" title="Dirigible Logo"> |
64 | 40 | </div> |
65 | 41 |
|
66 | | - </div> |
67 | | - |
| 42 | + <div id="id_grey_stripe_hwrap" style="border-radius: 20px;"> |
| 43 | + |
| 44 | + <div class="id_dirigible_tagline" style="margin: 0 20px;"> |
| 45 | + <p> |
| 46 | + <b>End of life</b>: Sadly, Dirigible has been retired. |
| 47 | + </p> |
| 48 | + |
| 49 | + <p> |
| 50 | + You can check out our new project, |
| 51 | + <a href="http://www.pythonanywhere.com/">PythonAnywhere</a>, |
| 52 | + or if you'd like to install your own Dirigible server |
| 53 | + you can take a look at |
| 54 | + <a href="https://github.com/pythonanywhere/dirigible-spreadsheet">the Open Source version on GitHub</a> |
| 55 | + </p> |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + </div> |
68 | 59 | </div> |
| 60 | + </body> |
69 | 61 |
|
70 | | - </div> |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | | -</body></html> |
| 62 | +</html> |
0 commit comments