<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8" />
<title>網頁標題</title>
<style type="text/css">
</style>
<!--
<script type="text/javascript" src=""></script>
-->
<script type="text/javascript">
window.onload=function() {
};
</script>
</head>
<body>
網頁內容
</body>
</html>