Skip to content

Commit 8ac6c65

Browse files
deploy: f345d1e
0 parents  commit 8ac6c65

File tree

7 files changed

+197
-0
lines changed

7 files changed

+197
-0
lines changed

.nojekyll

Whitespace-only changes.

assets/index-BI_OrhCQ.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-JceQysdJ.js

Lines changed: 143 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
39.9 KB
Loading

index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Awesome Playwright - One Stop for All Playwright Resources</title>
7+
<meta name="description" content="Discover amazing Playwright tools, tutorials, GitHub repos, and community resources. Your one-stop destination for everything Playwright testing." />
8+
<meta name="author" content="Lovable" />
9+
10+
<!-- Favicon -->
11+
<link rel="icon" type="image/svg+xml" href="/awesome-playwright/playwright-logo.svg" />
12+
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
13+
<link rel="apple-touch-icon" href="/awesome-playwright/playwright-logo.svg" />
14+
15+
<meta property="og:title" content="Awesome Playwright - One Stop for All Playwright Resources" />
16+
<meta property="og:description" content="Discover amazing Playwright tools, tutorials, GitHub repos, and community resources. Your one-stop destination for everything Playwright testing." />
17+
<meta property="og:type" content="website" />
18+
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
19+
20+
<meta name="twitter:card" content="summary_large_image" />
21+
<meta name="twitter:site" content="@lovable_dev" />
22+
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
23+
<script type="module" crossorigin src="/awesome-playwright/assets/index-JceQysdJ.js"></script>
24+
<link rel="stylesheet" crossorigin href="/awesome-playwright/assets/index-BI_OrhCQ.css">
25+
</head>
26+
27+
<body>
28+
<div id="root"></div>
29+
</body>
30+
</html>

playwright-logo.svg

Lines changed: 9 additions & 0 deletions
Loading

robots.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
User-agent: Googlebot
2+
Allow: /
3+
4+
User-agent: Bingbot
5+
Allow: /
6+
7+
User-agent: Twitterbot
8+
Allow: /
9+
10+
User-agent: facebookexternalhit
11+
Allow: /
12+
13+
User-agent: *
14+
Allow: /

0 commit comments

Comments
 (0)