summaryrefslogtreecommitdiff
path: root/wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-21 17:07:23 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-21 17:07:23 -0400
commit8283e417245b26abd290f7e6fd0511869802fc82 (patch)
treeab9a6b3593d4ce5b059dbcd723fdc112edd2613d /wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
parent59b10ba33f4c0b1d399b5d31b7a07380abb62677 (diff)
Rename to avoid name conflict
Diffstat (limited to 'wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html')
-rw-r--r--wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html b/wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
deleted file mode 100644
index 6729a94..0000000
--- a/wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<HTML>
-<HEAD><TITLE>MyTest</TITLE></HEAD>
-<BODY>
-
-<WEBOBJECT NAME=showTime>
-The time is <WEBOBJECT NAME=time></WEBOBJECT>.
-<BR><BR>
-</WEBOBJECT>
-<WEBOBJECT NAME=timeLink></WEBOBJECT>
-
-<WEBOBJECT NAME=FORM>
-Here's a textfield: <WEBOBJECT NAME=textfield></WEBOBJECT>
-<WEBOBJECT NAME=submit></WEBOBJECT>
-</WEBOBJECT>
-
-<BR><BR>
-Here's a link to an <WEBOBJECT NAME=EXTLINK>external site</WEBOBJECT>.
-<BR>
-And here's a link to a <WEBOBJECT NAME=DIRLINK>direct action</WEBOBJECT>.
-
-</BODY>
-</HTML>