element-call-Github/public/index.html

20 lines
367 B
HTML
Raw Normal View History

2021-07-17 05:22:03 +08:00
<!DOCTYPE html>
<html lang="en">
2022-02-03 07:02:40 +08:00
<head>
<meta charset="UTF-8" />
2022-02-03 13:48:44 +08:00
<link rel="icon" type="image/svg+xml" href="favicon.png" />
2022-02-03 07:02:40 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>
<%- title %>
</title>
<script>
window.global = window;
</script>
</head>
<body>
<div id="root"></div>
</body>
</html>