13 lines
426 B
HTML
13 lines
426 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Test about</title>
|
|
</head>
|
|
<body>
|
|
<h1>COMMUNIST DETECTOR</h1>
|
|
<p>What is your opinion about <strong>IP (Intellectual property)</strong>?</p>
|
|
<li><a href="good.html">It's a GOOD THING!</a></li>
|
|
<li><a href="bad.html">It's againt freedom of speech! So it's a bad thing!</a></li>
|
|
</body>
|
|
</html> |