back + CSSinfosJS + liveJS + columns
This commit is contained in:
21
public_0/index.html
Normal file
21
public_0/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="generator" content="GitLab Pages">
|
||||
<title>Plain HTML site using GitLab Pages</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<a href="https://bonnebulle.gitlab.io/plain-html-redo">URL du projet</a> (sur gitlab, repo d'origine) + <a href="https://gitlab.com/bonnebulle/plain-html-redo">Repo gitlab</a>
|
||||
</div>
|
||||
|
||||
<h1>Bonjour le Monde !</h1>
|
||||
|
||||
<p>
|
||||
Un projet simple construit grâce à un template sur GitLab
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
24
public_0/style.css
Normal file
24
public_0/style.css
Normal file
@@ -0,0 +1,24 @@
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
margin: auto;
|
||||
max-width: 1280px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #FFF;
|
||||
border-radius: 2px;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
color: #000;
|
||||
display: inline-block;
|
||||
font-size: 15px;
|
||||
padding: 10px 10px 10px 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user