Skip to content

Instantly share code, notes, and snippets.

@jalvarado-it
Created October 5, 2020 18:48
Show Gist options
  • Save jalvarado-it/9bd7185747a6679544401d76b7cf1e5a to your computer and use it in GitHub Desktop.
Save jalvarado-it/9bd7185747a6679544401d76b7cf1e5a to your computer and use it in GitHub Desktop.
The Dojo Toolkit base HTML
<!doctype html>
<html lang="es">
<head>
<title>Hola Dojo</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Dojo-->
<script src="https://ajax.googleapis.com/ajax/libs/dojo/1.7.12/dojo/dojo.js"></script>
<script>typeof(dojo) === "undefined" && document.write(unescape('%3Cscriptsrc="js/libs/dojo/dojo.js"%3E%3C/script%3E'))</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment