mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-20 19:44:21 +00:00
20 lines
463 B
HTML
20 lines
463 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>AnyProxy</title>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/favico.png">
|
|
<link rel="stylesheet" href="/dist/main.css" />
|
|
<style type="text/css">
|
|
#root {
|
|
height: 100%;
|
|
width: 100%;
|
|
min-width: 1050px;
|
|
overflow: auto;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="text/javascript" src="/dist/main.js"></script>
|
|
</body> |