Herramientas de usuario

Herramientas del sitio


wiki2:webdev

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anterior Revisión previa
Próxima revisión
Revisión previa
wiki2:webdev [2019/07/06 08:45]
alfred [Automatically reload static pages]
wiki2:webdev [2020/05/24 10:14] (actual)
Línea 54: Línea 54:
  
 With reload installed you can do ''​reload -b''​ into your root path an it will automatically reload when some of its inner files change. With reload installed you can do ''​reload -b''​ into your root path an it will automatically reload when some of its inner files change.
 +
 +==== Emmet ====
 +=== Forms ===
 +
 +<​code>​
 +form>​input[type=text]+input[type=password]+submit
 +</​code>​
 +<​code>​
 +<​form>​
 +    <input type="​text">​
 +    <input type="​password">​
 +    <​submit></​submit>​
 +</​form>​
 +</​code>​
  
 ===== Tips and notes ===== ===== Tips and notes =====
Línea 71: Línea 85:
 </​code>​ </​code>​
  
-Then you configure the authenticator to the url: ''​ ''​+Then you configure the authenticator to your url: ''​https://​fok.surrealistic.xyz/​login''​
  
 And add a tunnel to your server from your machine on the chosen port: And add a tunnel to your server from your machine on the chosen port:
wiki2/webdev.1562402728.txt.gz · Última modificación: 2020/05/09 09:25 (editor externo)