-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>MakeHuman Community</title>
<!--meta http-equiv="refresh" content="0; URL=https://github.com/makehumancommunity"-->
<link href="https://github.com/makehumancommunity" rel="me">
<link href="http://makehumancommunity.org" rel="me">
<!-- link href="https://mastodon.domain/@username" rel="me" -->
</head>
<body>
<h1>MakeHuman Community</h1>
<p>The following are pages where you can find more information.</p>
<h3>The MakeHuman standalone application</h3>
<ul>
<li><a href="http://www.makehumancommunity.org">MakeHuman homepage</a></li>
<li><a href="https://github.com/makehumancommunity/makehuman">MakeHuman github repository</a></li>
<li><a href="https://download.tuxfamily.org/makehuman/nightly">MakeHuman download directory</a></li>
</ul>
<h3>The MPFB2 blender addon</h3>
<ul>
<li><a href="http://static.makehumancommunity.org/mpfb.html">MPFB2 homepage</a></li>
<li><a href="https://github.com/makehumancommunity/mpfb2">MPFB2 github repository</a></li>
<li><a href="https://download.tuxfamily.org/makehuman/plugins">MPFB2 download directory</a></li>
</ul>
</body>
</html>