mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-22 02:16:16 -05:00
61 lines
1.4 KiB
HTML
61 lines
1.4 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.91.0/UniVRM-0.91.0_72a1.unitypackage" class="btn">
|
|
<div class="btn">
|
|
<h1>Download</h1>
|
|
<h2>UniVRM-0.91.0</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>
|