mirror of
https://gitee.com/freshday/radar.git
synced 2026-03-22 12:47:16 +08:00
21 lines
801 B
HTML
21 lines
801 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>反欺诈系统</title>
|
|
<link rel="shortcut icon" href="/resources/images/xwf.ico">
|
|
<link rel="stylesheet" href="dist/style.css">
|
|
<!-- Polyfills -->
|
|
<!--[if lt IE 10]>
|
|
<script src="https://as.alipayobjects.com/g/component/??console-polyfill/0.2.2/index.js,es5-shim/4.5.7/es5-shim.min.js,es5-shim/4.5.7/es5-sham.min.js,html5shiv/3.7.2/html5shiv.min.js,media-match/2.0.2/media.match.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<div id="react-content"></div>
|
|
|
|
<script src="dist/common.js"></script>
|
|
<script src="dist/main.bundle.js"></script>
|
|
</body>
|
|
</html> |