mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Vendored
+3
-4
@@ -1,7 +1,6 @@
|
|||||||
<!-- Alabaster (krTheme++) Hacks -->
|
<!-- Alabaster (krTheme++) Hacks -->
|
||||||
<aside id="python27">
|
<aside id="python27">
|
||||||
Python 3, the new best practice, is here to stay.
|
<a href="https://www.kennethreitz.org/requests3"><strong>Requests 3.0</strong> development is underway, and your financial help is appreciated!</a>
|
||||||
Python 2 will retire in only <time></time> months!
|
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<!-- Python 2 Death Clock™ -->
|
<!-- Python 2 Death Clock™ -->
|
||||||
@@ -20,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
|
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var death = new Date('2020-04-12');
|
var death = new Date('2020-04-12');
|
||||||
|
|
||||||
@@ -28,7 +27,7 @@
|
|||||||
|
|
||||||
document.querySelector('#python27 time').innerText = (diff.years() * 12) + diff.months();
|
document.querySelector('#python27 time').innerText = (diff.years() * 12) + diff.months();
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gauges = _gauges || [];
|
var _gauges = _gauges || [];
|
||||||
(function() {
|
(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user