mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
15 lines
287 B
HTML
15 lines
287 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-Hans-CN">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Webpack Example</title>
|
|
</head>
|
|
|
|
<body>
|
|
<pre id="output"></pre>
|
|
<script src="./bundle.js"></script>
|
|
</body>
|
|
|
|
</html>
|