Skip to content

Instantly share code, notes, and snippets.

View josepintado24's full-sized avatar
:octocat:
Trabajando en casa

Jose Luis Pintado Vasquez josepintado24

:octocat:
Trabajando en casa
View GitHub Profile
@josepintado24
josepintado24 / index.html
Created September 12, 2017 17:22
Prueba2
<!DOCTYPE html>
<html>
<head>
<title>VAR</title>
</head>
<body>
<h1>Jose1</h1>
<script >
var nombre=prompt("Nombre");
@josepintado24
josepintado24 / index.html
Created September 12, 2017 17:12
Prueba1
<!DOCTYPE html>
<html>
<head>
<title>VAR</title>
</head>
<body>
<h1>Jose1</h1>
<script >
var nombre=prompt("Nombre");