mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 15:45:39 +00:00
web/frps: upgrade vue and element-plus (#3310)
This commit is contained in:
14
web/frps/index.html
Normal file
14
web/frps/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>frps dashboard</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user