-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
45 lines (43 loc) · 1.84 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TreeGeneration</title>
<meta name="description" content="Fullscreen Form Interface: A distraction-free form concept with fancy animations" />
<meta name="keywords" content="fullscreen form, css animations, distraction-free, web design" />
<meta name="author" content="Codrops" />
<!-- <link rel="shortcut icon" href="../favicon.ico"> -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link href="https://gitcdn.github.io/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/component.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div class="container">
<div class="col-md-12">
<div class="fs-form-wrap" id="fs-form-wrap">
<div class="fs-title2">
<h1><a href="home.html">TreeGeneration</a></h1>
</div>
</div>
<div class="contenu contenu2" >
<h4>Qu'est-ce que le Lorem Ipsum?</h4>
Le Lorem Ipsum est simplement du faux texte employé dans la composition
et la mise en page avant impression.
le Lorem Ipsum est le faux texte standard de
<br>
l'imprimerie depuis les années 1500,
quand un peintre anonyme assembla ensemble des morceaux de texte pour réaliser un livre spécimen de polices
<br>
<br>
<p align="center"><a href="form.html" class="btn btn-success btn-begin" >Commencer !</a></p>
</div>
</div>
</div>
</body>
</html>