Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
sujoy
/
github-demo
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
initial commit
dashboard
sujoydev99
hace 4 años
commit
ba85e9cc2e
Se han
modificado 2 ficheros
con
26 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+13
-0
index.html
+13
-0
login.html
+ 13
- 0
index.html
Ver fichero
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>This is the title of the webpage!</title>
</head>
<body>
<p>
This is an example paragraph. Anything in the <strong>body</strong> tag
will appear on the page, just like this <strong>p</strong> tag and its
contents.
</p>
</body>
</html>
+ 13
- 0
login.html
Ver fichero
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>This is the title of the login webpage!</title>
</head>
<body>
<p>
This is an example paragraph. Anything in the <strong>body</strong> tag
will appear on the page, just like this <strong>p</strong> tag and its
contents.
</p>
</body>
</html>
Escribir
Vista previa
Cargando…
Cancelar
Guardar