mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-07-27 16:07:46 +00:00
17 lines
547 B
HTML
17 lines
547 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="Cache-Control" content="no-store, max-age=0, must-revalidate" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
<title>Personal Polymarket Arena</title>
|
|
<meta http-equiv="refresh" content="0; url=/?personal=1#live" />
|
|
<script>location.replace("/?personal=1#live");</script>
|
|
</head>
|
|
<body>
|
|
<p>Opening personal research mode...</p>
|
|
</body>
|
|
</html>
|