Skip to content

Instantly share code, notes, and snippets.

@glaucia86
Created March 8, 2017 15:50
Show Gist options
  • Save glaucia86/ad7eb159f328d8a21ade8740f3084bd2 to your computer and use it in GitHub Desktop.
Save glaucia86/ad7eb159f328d8a21ade8740f3084bd2 to your computer and use it in GitHub Desktop.
Página Principal - App Intro Star Wars: Parte II
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Tutorial - Code4Coders</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header>
</header>
<section class="intro intro_texto">
A Long Time Ago, in a galaxy far,<br> far away ...
</section>
<footer>
</footer>
<script src="js/script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment