15 lines
269 B
HTML
15 lines
269 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>测试render</title>
|
|
<script src="../dep/jquery.min.js"></script>
|
|
<style id="font-face"></style>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="render-view" class="render-view"></div>
|
|
|
|
</body>
|
|
</html>
|