diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2008-08-23 11:32:48 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2008-08-23 11:32:48 +0200 |
commit | 972c51086152bd45aef4eb17c099fa3472a19d04 (patch) | |
tree | 3e51e4f71f737a4f943bb71cd889d7002c3d4b5a /tests/ecmas.html | |
parent | 07d5a8085bbcc21a1d9d06a2976ecc00e9c8d55b (diff) | |
download | Nim-972c51086152bd45aef4eb17c099fa3472a19d04.tar.gz |
deleted web and dist
Diffstat (limited to 'tests/ecmas.html')
-rw-r--r-- | tests/ecmas.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/ecmas.html b/tests/ecmas.html new file mode 100644 index 000000000..25eb93dc3 --- /dev/null +++ b/tests/ecmas.html @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!-- This has been written by hand. (c) 2008 Andreas Rumpf --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Nimrod ECMAScript Generator Test</title> +<style type="text/css"> +span.DecNumber {color: blue} +</style> +<script src="rod_gen/ecmas.js" type="text/javascript"></script> +</head> +<body onload="OnLoad()"> +<form name="form1" action="ecmas.html"> + <input type="text" name="input" size="3" /> + <input type="button" value="Calculate square" onclick="OnButtonClick()" /> +</form> + +</body> +</html> |