TestSpace / index.html
tail-call's picture
Update index.html
f23cbfa verified
raw
history blame
468 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>All your base are belong to us</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Please turn off the ad blocker</h1>
<p>Or you will not see the content</p>
<p>
Example website:
<a href="https://example.com" target="_blank">just follow the link</a>.
</p>
</div>
</body>
</html>