mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-07-29 08:57:44 +00:00
Add personal research mode
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Personal Polymarket Arena</title>
|
||||
<meta http-equiv="refresh" content="0; url=/?personal=1#overview" />
|
||||
<script>location.replace("/?personal=1#overview");</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>Opening personal research mode...</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user