Skip to content

Instantly share code, notes, and snippets.

@axxe16
Created April 22, 2020 13:17
Show Gist options
  • Save axxe16/eae5cd5998f2e934ac51d1542fea9018 to your computer and use it in GitHub Desktop.
Save axxe16/eae5cd5998f2e934ac51d1542fea9018 to your computer and use it in GitHub Desktop.
Bootstrap Template base Inclusione via CDN #FCSBTBASE #L002
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Starter Template Bootstrap</title>
<!-- Bootstrap CSS -->
<link type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link type="text/css" href="style.processed.css" rel="stylesheet">
</head>
<body>
<a class="backButton" href="index.html">&larr; Indice</a>
<div class="jumbotron">
<div class="container">
<h1 class="display-2">Hello, world!</h1>
<p>Questa è la testata della tua prima pagina in Bootstrap.</p>
</div>
</div>
<main role="main" class="container">
<div class="row">
<div class="col">
<h2>Bootstrap starter template</h2>
<p>HTML base con inclusione del clodice via CDN</p>
</div>
</main><!-- /.container -->
<!-- jQuery JavaScript -->
<script src="https://code.jquery.com/jquery-3.5.0.min.js" integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"></script>
<!-- Bootstrap core JavaScript -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/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