22 lines
798 B
HTML
22 lines
798 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>ai</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<meta property="og:url" content="https://vrm.syui.ai">
|
|
<meta property="og:title" content="ai/vrm">
|
|
<meta property="og:description" content="ai[vrm] model viewer">
|
|
<meta property="og:image" content="/img/og.png">
|
|
<link rel="icon" href="/favicon.ico"/>
|
|
<link rel="stylesheet" href="/css/style.css"/>
|
|
<link rel="stylesheet" href="https://syui.ai/bower_components/icomoon/style.css" />
|
|
<link rel="stylesheet" href="https://syui.ai/bower_components/font-awesome/css/all.min.css" />
|
|
<script src="main.js"></script>
|
|
</head>
|
|
<body>
|
|
<progress value="0" max="100" id="progressBar"></progress>
|
|
<div id="canvas"></div>
|
|
<footer>© syui</footer>
|
|
</body>
|
|
</html>
|