-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (60 loc) · 1.81 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
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<style>
html, body {
background: #222;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #fff;
height: 100%;
margin: 0;
padding: 0;
}
#content {
margin: 0 auto;
max-width: 800px;
padding: 20px;
}
a {
color: #fff;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 2em;
margin: 0;
}
</style>
<title>Martin Persson</title>
</head>
<body>
<main id="content">
<div style="background-image: url('./assets/mahjong-icons.png'); background-repeat: no-repeat; width: 800px; height: 300px">
<div style="padding: 20px; position: relative;">
<h1>Mahjong Icons</h1>
<div style="position: absolute; right: 20px; width: 300px; margin-top: 20px">
<p>
37 free mahjong icons for personal and commercial use under the condition
that you provide a link to this page.
</p>
<div>
<a href="/assets/mahjong-icons/mahjong-icons-128px-v1-martinpersson.org.zip">Download 128px</a>
/
<a href="/assets/mahjong-icons/mahjong-icons-64px-v1-martinpersson.org.zip">Download 64px</a>
</div>
<div>
<a href="/assets/mahjong-icons/mahjong-expansion1-128px-martinpersson.org.zip">Flowers and Seasons 128px</a>
</div>
</div>
</div>
</div>
</main>
</body>
</html>