platform/packages/seo/example/web/index.html
2024-10-12 03:39:20 -07:00

18 lines
No EOL
603 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="site.css">
<link rel="stylesheet" href="not-inlined.css" data-no-inline>
<script src="site.js"></script>
<script src="not-inlined.js" data-no-inline></script>
<title>Protevus SEO</title>
</head>
<body>
<h1>Protevus SEO</h1>
<p>Embrace the power of inlined styles, etc.</p>
</body>
</html>