40 lines
980 B
HTML
40 lines
980 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="keywords" content="Test, Spider">
|
|
<meta property="og:description" content="This is the description of the page">
|
|
<title>Spider test page</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>This is a header</h1>
|
|
|
|
<p>This is a paragraph</p>
|
|
|
|
<a href="https://file.brz9.dev/cdn/css/animate.min.css">Link to animate.min.css</a>
|
|
<a href="./about">About Page</a>
|
|
<a href="test.html">test</a>
|
|
<a href="https://facebook.com/corbia">Facebook</a>
|
|
|
|
</body>
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "http://schema.org",
|
|
"@type": "Organization",
|
|
"name": "brz9.dev",
|
|
"url": "https://brz9.dev"
|
|
}
|
|
</script>
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "http://schema.org",
|
|
"@type": "Product",
|
|
"name": "brz9.dev",
|
|
"url": "https://brz9.dev"
|
|
}
|
|
</script>
|
|
|
|
</html> |