Skip to content

Instantly share code, notes, and snippets.

@nilovelez
Last active April 17, 2022 14:47
Show Gist options
  • Save nilovelez/34e34c2b479a93355d7f9b6e7eebc93f to your computer and use it in GitHub Desktop.
Save nilovelez/34e34c2b479a93355d7f9b6e7eebc93f to your computer and use it in GitHub Desktop.
Código para añadir eSheep (ovejita.exe) a una web
<script src="https://adrianotiger.github.io/web-esheep/dist/esheep.min.js"></script>
<script>
var sheep = new eSheep();
sheep.Start();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment