forked from alssndro/trianglify-background-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (52 loc) · 1.82 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Background Generator by Artivain | Générateur de fond d'écran par Artivain</title>
<meta name="description" content="Background genrerator by Artivain, totally free and open source. Make your background in 5 clics!">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
<style>
@media only screen
and (min-width : 768px) {
.content {
width: 300px;
margin: 0 auto 0 auto;
text-align: left;
}
}
html, body, .main {
height: auto !important;
}
</style>
</head>
<body>
<header>
<h1>
Background generator / Générateur de fond d'écran
</h1>
</header>
<div class="main clearfix">
<br><br>
<div class="content">
<a href="https://artivain.tk" target="_blank">
<img src="logo-artivain.png" alt="Logo Artivain" width="300px">
</a>
<br><br>
<a href="generator.html"><button>English</button></a>
<a href="generateur.html"><button>Français</button></a>
<br>
<a href="https://github.com/Artivain/background-generator" target="_blank"><button>GitHub</button></a>
</div>
<footer>
<div class="info" style="position: fixed; bottom: 0;">
<p>Made with / Créé avec <a href="https://github.com/qrohlf/trianglify" target="_blank">trianglify</a></p>
<p>Based on / Basé sur <a href="https://github.com/alssndro/trianglify-background-generator" target="_blank">Trianglify Background Generator</a></p>
<p>Made by / Créé par <a href="https://artivain.tk" target="_blank">Artivain</a></p>
</div>
</footer>
</div>
</body>
</html>