anyproxy/web/index.html

20 lines
463 B
HTML
Raw Normal View History

2014-08-25 11:43:05 +08:00
<!DOCTYPE html>
<html>
<head>
2015-07-07 17:31:56 +08:00
<title>AnyProxy</title>
2015-07-12 21:19:49 +08:00
<meta charset="UTF-8" />
2017-12-01 21:30:49 +08:00
<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>
2014-08-25 11:43:05 +08:00
</head>
<body>
2017-12-01 21:30:49 +08:00
<div id="root"></div>
<script type="text/javascript" src="/dist/main.js"></script>
</body>