mirror of
https://github.com/galacean/engine.git
synced 2026-05-20 20:46:27 +08:00
40 lines
1.0 KiB
HTML
40 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Galacean Case</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<div class="header">
|
|
<a class="logo" href="https://galacean.antgroup.com/" target="Home">
|
|
<img
|
|
src="https://mdn.alipayobjects.com/huamei_qbugvr/afts/img/A*ppQsSphM7uUAAAAAAAAAAAAADtKFAQ/original"
|
|
alt=""
|
|
/>
|
|
<span> Galacean </span>
|
|
</a>
|
|
</div>
|
|
<input
|
|
placeholder="search..."
|
|
class="search-bar"
|
|
id="searchBar"
|
|
autocorrect="off"
|
|
autocapitalize="off"
|
|
spellcheck="false"
|
|
/>
|
|
<div class="nav-left">
|
|
<div class="item-list" id="itemList"></div>
|
|
</div>
|
|
|
|
<div class="nav-right">
|
|
<iframe id="iframe" allowfullscreen src="" frameborder="0"></iframe>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="module" src="./index.js"></script>
|
|
</body>
|
|
</html>
|