blob: 07256c06a31b24487b858fa7abb7f7724d2a0e95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<head>
<title>Div tag inside template tag</title>
<link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
</head>
<body>
<template>
<div>Hello, template</div>
</template>
</body>
</html>
|