oprv
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cz">
|
||||
<head>
|
||||
<meta name="description" content="Dokumentace pro všechny testery"/>
|
||||
<meta name="keywords" content="Co je automatizované testování"/>
|
||||
<meta name="author" content="Lukáš Kaňka"/>
|
||||
<meta content="Dokumentace pro všechny testery" name="description"/>
|
||||
<meta content="Co je 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"/>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
||||
<link href="/style.css" rel="stylesheet"/>
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
href="images/a picture of a text editor on a pc in the style of comics.jpg"
|
||||
rel="shortcut icon"
|
||||
/>
|
||||
<title>Testing Docs - Cypress nastavení psaní kódu v
|
||||
Typescript</title>
|
||||
@ -45,7 +45,7 @@
|
||||
<div class="navigation">
|
||||
<ul>
|
||||
<li>
|
||||
<a class="button" href="/automatizovana-testovani.html"
|
||||
<a class="button" href="/automatizovane-testovani.html"
|
||||
>Automatizované testování</a
|
||||
>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user