📜 ⬆️ ⬇️

Ubuntu 9.10 countdown counters

I guess everyone has already heard about the release of Ubuntu 9.10 Beta. However, you might not be aware that counters were also available for use, counting how many days were left until the stable version 9.10 was released. There are three options available:

Option 1 - “Stars” by Thorsten Wilms (thorwil)
image
Counter Code:
  <script type = "text / javascript" src = "http://www.ubuntu.com/files/countdown/display.js"> </ script> 

Option 2 - “Searchlight” by Andrew Higginson
image
Counter Code:
  <script type = "text / javascript" src = "http://www.ubuntu.com/files/countdown/display2.js"> </ script> 

Option 3: Simple Image (For those who cannot use javascript)
image
Counter Code:
  <a href="http://www.ubuntu.com/"> <img src = "http://www.ubuntu.com/files/countdown/static.png" width = "180" height = "150" alt = "Ubuntu: For Desktops, Servers, Netbooks and in the cloud" "border =" 0 "/> </a> 

Official counter page - http://www.ubuntu.com/getubuntu/countdown

')

Source: https://habr.com/ru/post/71342/


All Articles