Skip to content

Instantly share code, notes, and snippets.

View Titouax's full-sized avatar

Titouan Dessus Titouax

View GitHub Profile
@Titouax
Titouax / html_de_base.html
Created July 4, 2018 09:34
Voici la structure la plus facile à utiliser
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
</head>
<body>
<header>
<div class="container">