17 lines
562 B
HTML
17 lines
562 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no"/>
|
|
<meta name="renderer" content="webkit"/>
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/mdui@2/mdui.css">
|
|
<script src="https://unpkg.com/mdui@2/mdui.global.js"></script>
|
|
<!-- 如果使用了组件的 icon 属性,还需要引入图标的 CSS 文件 -->
|
|
|
|
<title>TheWhiteSilk Debugger</title>
|
|
</head>
|
|
<body>
|
|
<mdui-button></mdui-button>
|
|
</body>
|
|
</html> |