Skip to content

Commit 9d0b371

Browse files
authored
feat(seo): add description and title tags (microsoft#11)
1 parent b7cd4ab commit 9d0b371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
22
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
3+
<title>Playwright</title>
4+
<meta name="description" content="Playwright is a cross-browser automation library for Chromium, Firefox and WebKit. Use the Playwright API to automate user interactions and test web applications.">
35
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎭</text></svg>">
46

57

0 commit comments

Comments
 (0)