Skip to content

Instantly share code, notes, and snippets.

@axxe16
Last active April 22, 2020 13:19
Show Gist options
  • Save axxe16/f93f69fe9998951ece883dd5800eede2 to your computer and use it in GitHub Desktop.
Save axxe16/f93f69fe9998951ece883dd5800eede2 to your computer and use it in GitHub Desktop.
Bootstrap Template base #FCSBTBASE #L001
<!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 -->
</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 -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment