Files
zoraxy/src/web/snippet/placeholder.html
Toby Chui 2aa35cbe6d Added load balancer (wip)
+ Added support for multiple upstreams
+ Added load balancer
+ Added upstream abstraction in endpoint
+ Added load balancer structure
+ Added breaking change auto-updater
+ Added uptime monitor proxy type definitions
+ Added upstream editor UI
+ Fixed charset bug in many snippets HTML files
2024-07-01 21:17:20 +08:00

20 lines
560 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../script/semantic/semantic.min.css">
<script src="../script/jquery-3.6.0.min.js"></script>
<script src="../script/semantic/semantic.min.js"></script>
<style>
body{
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<div class="ui active inverted dimmer">
<div class="ui text loader">Loading Snippet</div>
</div>
</body>
</html>