oprv
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
<html lang="cz">
|
||||
|
||||
<head>
|
||||
<meta name="description" content="Dokumentace pro všechny testery"/>
|
||||
<meta name="keywords" content="Playwright, Automatizované testování"/>
|
||||
<meta name="author" content="Lukáš Kaňka"/>
|
||||
<meta content="Dokumentace pro všechny testery" name="description"/>
|
||||
<meta content="Playwright, Automatizované testování" name="keywords"/>
|
||||
<meta content="Lukáš Kaňka" name="author"/>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg"/>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<link href="/style.css" rel="stylesheet">
|
||||
<link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
|
||||
<title>Testing Docs - Snímky obrazovky v Playwright</title>
|
||||
</head>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
<div class="flexbox">
|
||||
<div class="navigation">
|
||||
<ul>
|
||||
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li>
|
||||
<li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
|
||||
<li><a class="button" href="/nastroje.html">Nástroje</a></li>
|
||||
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
|
||||
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>
|
||||
|
Reference in New Issue
Block a user