mirror of
https://github.com/RYGhub/kei.git
synced 2024-12-04 22:14:29 +00:00
Center everything
This commit is contained in:
parent
27cce4e400
commit
30c2bca335
2 changed files with 30 additions and 16 deletions
BIN
docs/favicon.png
Normal file
BIN
docs/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 661 B |
|
@ -1,20 +1,34 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us">
|
<html lang="en-us">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<style>
|
<link rel="icon" href="./favicon.png">
|
||||||
body {
|
<style>
|
||||||
background-color: black;
|
* {
|
||||||
}
|
box-sizing: border-box;
|
||||||
</style>
|
}
|
||||||
<title>Kei</title>
|
|
||||||
<script src="Build/9b952195ab79ef94f0feaae8cbb8d8ac.js"></script>
|
body {
|
||||||
<script>
|
background-color: black;
|
||||||
UnityLoader.instantiate("unityContainer", "Build/8bc04d0c5fddea9b7f70edca255942d1.json");
|
}
|
||||||
</script>
|
|
||||||
</head>
|
#parent-container {
|
||||||
<body>
|
width: 98%;
|
||||||
<div id="unityContainer" style="width: 960px; height: 600px; margin: auto"></div>
|
height: 98%;
|
||||||
</body>
|
margin: auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<title>Kei</title>
|
||||||
|
<script src="Build/9b952195ab79ef94f0feaae8cbb8d8ac.js"></script>
|
||||||
|
<script>
|
||||||
|
UnityLoader.instantiate("unityContainer", "Build/8bc04d0c5fddea9b7f70edca255942d1.json");
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="parent-container">
|
||||||
|
<div id="unityContainer"></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue