mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 02:36:02 +10:00
14 lines
396 B
HTML
14 lines
396 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Matrix Chat Bridge</title>
|
|
<meta name="robots" content="noindex, nofollow">
|
|
</head>
|
|
<body>
|
|
<!-- This page acts as a bridge for Matrix API calls from CSP-restricted hosts -->
|
|
<script src="matrix-bridge.js"></script>
|
|
</body>
|
|
</html>
|