Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>A Simple Page - Happy Codings :-) JavaScript Code Examples</title>
|
||||
<script language="JavaScript">
|
||||
function yourMessage()
|
||||
{
|
||||
alert("Your first function!");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>
|
||||
Happy Codings :-) JavaScript Code Examples
|
||||
<br>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user