forked from CV-Web/CV-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLoader.html
39 lines (32 loc) · 1 KB
/
Loader.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
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="content-type" content="text-html; charset=utf-8"/>
<title> Loader Animé </title>
<link type="text/css" rel="stylesheet" href="./css/loaders.css"/>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto">
<style>
body {
font-family: 'Roboto', Calibri, Georgia, serif,Tangerine;
font-size: 18px;}
</style>
</head>
<body>
<section class="section">
<span class="loader loader-quart"></span>
Chargement...
</section>
<section class="section section-2">
<span class="loader loader-double"></span>
Chargement...
</section>
<section class="section section-3">
<span class="loader loader-circles"></span>
Chargement...
</section>
<section class="section section-4">
<span class="loader loader-bars"><span></span></span>
Chargement...
</section>
</body>
</html>