mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 06:19:47 -05:00
Merge pull request #1358 from ousttrue/doc/download_page
download button
This commit is contained in:
commit
9de3db5a07
|
|
@ -1,4 +1,58 @@
|
|||
<ul>
|
||||
<li><a href="./ja/">日本語</a></li>
|
||||
<li><a href="./en/">English</a></li>
|
||||
</ul>
|
||||
<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.88.0/UniVRM-0.88.0_7935.unitypackage" class="btn">
|
||||
<div class="btn">
|
||||
<h1>Download</h1>
|
||||
<h2>UniVRM-0.88.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>
|
||||
Loading…
Reference in New Issue
Block a user