Skip to content

Instantly share code, notes, and snippets.

View luisSanchezCruz's full-sized avatar

Luis Sanchez luisSanchezCruz

  • Dominican republic / Santo Domingo
View GitHub Profile
@luisSanchezCruz
luisSanchezCruz / cookiemonster.txt
Last active May 21, 2018 16:06
luisSanchez-surefoot-application.md
<!--
/* Cookie Monster Code */
You can save it as .html to check the page!
features:
*check if the user was here and disabled the form
*show a popup with a gif
description:
prevent span. if the user return to the page a message appear.
-->
<DOCTYPE html>
<html lang="en">
<head>
<title>hello world</title>
</head>
<body>
<h1>hellow world</h1>
<button onclick="alert('hellow world')">Click on me!</button>