Sign in
chromium
/
external
/
github.com
/
unicode-org
/
unicodetools
/
refs/heads/dockerize
/
.
/
UnicodeJsps
/
WebContent
/
dummy.jsp
blob: b7fed0fecc560a09141b850ab10074823f3e801a [
file
] [
edit
]
<html>
<head>
<%@
include file
=
"header.jsp"
%>
<title>
Unicode Utilities: Internationalized Domain Names (IDN)
</title>
</head>
<body>
<p>
<%=
Dummy
.
getTest
()
%>
</p>
</body>
</html>