A Prediction Market on the AT Protocol
at main 15 lines 280 B view raw
1<!DOCTYPE html> 2<html lang="en"> 3 4<head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <title>Cumulus</title> 8</head> 9 10<body> 11 <div id="root"></div> 12 <script type="module" src="main.tsx"></script> 13</body> 14 15</html>