12 lines
258 B
HTML
12 lines
258 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>The title</title>
|
|
<script language="JavaScript" type="text/javascript" src="wc_echo.js"></script>
|
|
</head>
|
|
<body>
|
|
<div style="background-color:green;width:3000px;height:3000px;" >
|
|
here
|
|
</div>
|
|
</body>
|
|
</html> |