react-roulette-slot
Version:
ReactRouletteSlot 基于React的轮盘抽奖器
19 lines (16 loc) • 550 B
HTML
<html>
<head>
<title>角子机</title>
<meta charSet="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width" />
<meta name="theme-color" content="#000000">
<link rel="manifest" href="/public/manifest.json">
<link rel="shortcut icon" href="/public/favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="app"></div>
</body>
</html>