UniVRM/docs/index.html
2022-09-26 18:59:34 +09:00

63 lines
1.5 KiB
HTML

<html>
<body>
<head>
<style type="text/css">
html,
body {
color: black;
background-color: white;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
main {
display: flex;
justify-content: center;
align-items: center;
flex-grow: 1;
}
.btn {
color: white;
background-color: green;
padding: 0.5em;
border-radius: 0.3em;
text-decoration: none;
}
.btn h1 {
text-align: center;
}
.btn h2 {
text-align: center;
}
</style>
</head>
<header>
</header>
<main>
<a href="https://github.com/vrm-c/UniVRM/releases/download/v0.104.1/UniVRM-0.104.1_4a9b.unitypackage" class="btn">
<div class="btn">
<h1>Download</h1>
<div>Unity-2020.3 or later</div>
<div>for vrm-0.x</div>
<h2>UniVRM-0.104.1</h2>
</div>
</a>
</main>
<nav>
API Document
<ul>
<li><a href="./ja/">日本語</a></li>
<li><a href="./en/">English</a></li>
</ul>
</nav>
</body>
</html>