-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (35 loc) · 1.87 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="ca">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Afegeix el DIEC2 com a motor de cerca a Firefox</title>
<link rel="search" type="application/opensearchdescription+xml" title="DIEC2" href="./plugins/DIEC2-OpenSearch.xml">
<link rel="search" type="application/opensearchdescription+xml" title="Diccionari de sinònims" href="./plugins/DSinonims-OpenSearch.xml">
<link rel="search" type="application/opensearchdescription+xml" title="ésAdir" href="./plugins/esAdir-OpenSearch.xml">
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css"
integrity="sha384-yHIFVG6ClnONEA5yB5DJXfW2/KC173DIQrYoZMEtBvGzmf0PKiGyNEqe9N6BNDBH" crossorigin="anonymous">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<header>
<h1>Afegeix el DIEC2 com a motor de cerca a Firefox</h1>
</header>
<main>
<md-block>
1. Afegeix els motors de cerca en aquesta pàgina web.
![Afegir els motors de cerca de la pàgina](./assets/img/step-afegir-motors.gif)
2. Posa `about:preferences#search` a la barra d'adreces i afegeix dreceres de cerca pels motors.
![Afegir dreceres pels motors de cerca](./assets/img/step-afegir-dreceres.gif)
3. Tecleja `diec mot` a la barra d'adreces i comprova que funciona.
(Substitueix `diec` per la paraula clau que hagis escollit.)
![Comprovar que funciona](./assets/img/step-comprovacio.gif)
</md-block>
</main>
<footer>
fet en frustració per <a href="https://github.com/victor-gp/diec2-opensearch">victor-gp</a>
</footer>
</body>
</html>