Difference between revisions of "Team:Tokyo Tech/Project"

(Created page with "<%@ page contentType="text/html;charset=Shift_JIS" %> <html> <head> <title>Hello World!</title> </head> <body> <h1>Hello World!</h1> <% out.println(new java.util.Date()); %>...")
 
(Blanked the page)
Line 1: Line 1:
<%@ page contentType="text/html;charset=Shift_JIS" %>
 
  
<html>
 
<head>
 
<title>Hello World!</title>
 
</head>
 
<body>
 
<h1>Hello World!</h1>
 
 
<%
 
out.println(new java.util.Date());
 
%>
 
 
</body>
 
</html>
 

Revision as of 06:47, 6 October 2016