14 lines
207 B
HTML
14 lines
207 B
HTML
<html>
|
|
<head>
|
|
<script type="application/javascript">
|
|
function touchComponents() {
|
|
Components;
|
|
}
|
|
function touchInterfaces() {
|
|
Components.interfaces;
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|