20 lines
226 B
HTML
20 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<template>
|
|
<tr>
|
|
<td>1</td>
|
|
</tr>
|
|
</template>
|
|
<template>
|
|
<td>1</td>
|
|
</template>
|
|
<template>
|
|
<li>1</li>
|
|
</template>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|