Skip to content

Instantly share code, notes, and snippets.

@Restuta
Created February 5, 2011 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Restuta/812753 to your computer and use it in GitHub Desktop.
Save Restuta/812753 to your computer and use it in GitHub Desktop.
Tanahas first programm =)
<html>
<head>
<Script Language="JavaScript">
//мой скрипт
Lets = new Date();
var mya = Lets.getMonth();
var mya1 = mya + 1
document.write("<font color='green'>Привет. Сегодня " + Lets.getDate() + "/" + mya1 + "/" + Lets.getFullYear() + ". Я написала этот скрипт, потому, что ... так оно и есть!</font>");
</SCRIPT>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment