mirror of https://github.com/zulip/zulip.git
18 lines
474 B
HTML
18 lines
474 B
HTML
<!-- test -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div id="intro">
|
|
<p id="intro">
|
|
<span id="hello_{{ message }}">Hello World!!</span>
|
|
This is a test file for checking correct working of duplicate id detection module.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|