-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (64 loc) · 2.32 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
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://martinmimigames.github.io/" />
<meta name="google-site-verification" content="7dCOgNhGu5wBj3HuX0AhXj8xxS5xPvv5pJoX6NyyUyA" />
<meta name="description" content="The official homepage of martinmimigames! Focused on making small, simple software.">
<link rel="shortcut icon" href="/res/icon/website/default.ico">
<link rel="stylesheet" href="/res/css/default.css">
<link rel="stylesheet" href="/res/css/img.css">
<title>The official homepage of martinmimigames</title>
</head>
<body>
<h1>
MGGames
</h1>
<div class="body">
<a class="img" href="https://github.com/martinmimigames">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/res/logo/mggames/broken-vines-dark.png">
<img src="/res/logo/mggames/broken-vines-light.png" alt="Go to Github page"/>
</picture>
</a>
<p>
<b>Welcome</b> to our Homepage!
</p>
<p>
<em>Despite our name, we make more utilities than games.</em>
</p>
<p>
We are a relatively small organization, and do <b>small</b> and <b>simple</b> things.
</p>
<p>
<a href="/info/mission.html">Our Mission</a> is to provide <b>compact</b>, <b>compatible</b>, but <b>modern</b> applications to users, giving purpose back to older hardware.
</p>
<p>
Check out our <b>most popular</b> products:
</p>
<p>
<a href="/projects/little-music-player/">Little Music Player</a>
</p>
<p>
<a href="/projects/little-file-explorer/">Little File Explorer</a>
</p>
<p>
<a href="/projects/tiny-music-player/">Tiny Music Player</a>
</p>
<p>
Or if you rather explore the below <b>links</b>!
</p>
<p><a href="/projects/">Our projects</a></p>
<p><a href="/history/">The not so grand history</a></p>
<p><a href="/info/members.html">Our members</a></p>
<p><a href="/info/contacts.html">Any problems?</a></p>
<p>
We welcome any contributions to our products.
</p>
</div>
<footer>
<p>Copyright © 2023 Martinmimigames</p>
</footer>
</body>
</html>