mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Pose les textes de la première page de la maquette
This commit is contained in:
parent
983c64a1b4
commit
e9a85fe44a
@ -2,22 +2,26 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="generator" content="GitLab Pages">
|
<title>Funky Framadate</title>
|
||||||
<title>Plain HTML site using GitLab Pages</title>
|
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="navbar">
|
<section>
|
||||||
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
|
<h1>Créer un sondage</h1>
|
||||||
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
|
|
||||||
<a href="https://gitlab.com/pages/">Other Examples</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h1>Hello World!</h1>
|
<p>Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement</p>
|
||||||
|
|
||||||
|
<button>C'est parti</button>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h1>Où sont mes sondages ?</h1>
|
||||||
|
|
||||||
|
<p>Vous ne savez plus où sont vos sondages ? C'est par ici que ça se passe !</p>
|
||||||
|
|
||||||
|
<button>Retrouver mes sondages</button>
|
||||||
|
</section>
|
||||||
|
|
||||||
<p>
|
|
||||||
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
|
|
||||||
</p>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user