mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-21 02:26:31 +03:00
AI assistance disclosure: Codex implemented and verified these fixes under maintainer direction.
17 lines
494 B
HTML
17 lines
494 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Linked URL pattern detection</title>
|
|
<link rel="stylesheet" href="/fixtures/antipatterns/linked-url-patterns.css">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>Linked stylesheet pattern</h1>
|
|
<div class="flag-linked-stripes">Rendered repeating stripes</div>
|
|
<div class="inactive-media-stripes">Inactive media stripes</div>
|
|
<div class="inactive-supports-stripes">Inactive supports stripes</div>
|
|
</main>
|
|
</body>
|
|
</html>
|