Skip to content

Instantly share code, notes, and snippets.

View http-km's full-sized avatar
🖥️
Working remotely

Angel Martinez http-km

🖥️
Working remotely
  • Boerne Code's
  • Coahuila, Mexico
View GitHub Profile
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>GDLWEBCAMP</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@http-km
http-km / index.html
Created June 29, 2018 20:51
HTML, CSS, JS GDLWEBCAM
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>GDLWEBCAMP</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@http-km
http-km / main.js
Last active June 24, 2018 15:57
Codigo de HTML & JS.
(function() {
"use strict";
var regalo = document.getElementById('regalo');
document.addEventListener('DOMContentLoaded', function(){
// Datos Usuarios
var nombre = document.getElementById('nombre');