Skip to content

Instantly share code, notes, and snippets.

@simon0191
Created November 12, 2015 16:24
Show Gist options
  • Save simon0191/78d60f2c1f197dc596be to your computer and use it in GitHub Desktop.
Save simon0191/78d60f2c1f197dc596be to your computer and use it in GitHub Desktop.
Template para taller UPTC
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Super Tienda</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
</head>
<body>
<h1>Hola Mundo</h1>
<p>Bienvenido a la Super tienda</p>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment