I. ayuda.html

1
<!DOCTYPE html>
2
<html lang="es" class="light dark">
3
4
<head>
5
6
 <meta charset="UTF-8">
7
 <title>Ayuda - PWA con Formulario</title>
8
9
 <script type="module" src="js/lib/registraServiceWorker.js"></script>
10
11
 <meta name="viewport" content="width=device-width">
12
 <meta name="theme-color" content="#fffbfe">
13
 <link rel="icon" sizes="32x32" href="favicon.ico">
14
 <link rel="manifest" href="site.webmanifest">
15
 <script src="ungap/custom-elements.js"></script>
16
17
 <script type="module" src="js/lib/custom/md-app-bar.js"></script>
18
 <script type="module" src="js/nav-tab-fixed.js"></script>
19
20
 <link rel="stylesheet" href="css/estilos.css">
21
 <link rel="stylesheet" href="css/transicion_pestanas.css">
22
 <link rel="stylesheet" href="css/md-headline.css">
23
 <link rel="stylesheet" href="css/md-tab.css">
24
 <link rel="stylesheet" href="css/material-symbols-outlined.css">
25
 <link rel="stylesheet" href="css/md-list.css">
26
27
</head>
28
29
<body>
30
31
 <md-app-bar adicional="tab">
32
33
  <h1>Ayuda</h1>
34
35
 </md-app-bar>
36
37
 <nav-tab-fixed id="tab"></nav-tab-fixed>
38
39
 <section>
40
41
  <ul class="md-list">
42
   <li class="md-two-line">
43
    <span class="headline">
44
     Título
45
    </span>
46
    <span class="supporting">
47
     PWA con Material Design
48
    </span>
49
   </li>
50
   <li class="md-two-line">
51
    <span class="headline">
52
     Descripción
53
    </span>
54
    <span class="supporting">
55
     Ejemplos de vistas móviles.
56
    </span>
57
   </li>
58
   <li class="md-two-line">
59
    <span class="headline">
60
     Autor
61
    </span>
62
    <span class="supporting">
63
     Gilberto Pacheco Gallegos
64
    </span>
65
   </li>
66
   <li class="md-two-line">
67
    <span class="headline">
68
     Derechos de autor
69
    </span>
70
    <span class="supporting">
71
     © 2025 Gilberto Pacheco Gallegos
72
    </span>
73
   </li>
74
   <li class="md-three-line">
75
    <span class="headline">
76
     Este software usa la librería para PWA
77
    </span>
78
    <span class="supporting">
79
     Esta obra de Gilberto Pacheco Gallegos está bajo una
80
     <a target="_blank" rel="license noreferrer"
81
       href="http://creativecommons.org/licenses/by/4.0/">
82
      Licencia Creative Commons Atribución 4.0 Internacional</a></span>
83
   </li>
84
   <li>
85
    <a class="md-three-line" target="_blank" rel=”noreferrer”
86
      href="https://fonts.google.com/icons">
87
     <span class="headline">
88
      También usa Material Symbols
89
     </span>
90
     <span class="supporting">
91
      Desarrollada por Google bajo licencia Apache 2.0
92
     </span>
93
    </a>
94
   </li>
95
  </ul>
96
97
 </section>
98
99
 <nav-drw></nav-drw>
100
101
</body>
102
103
</html>
skip_previous skip_next