mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 10:46:03 +10:00
added bridge
This commit is contained in:
13
website/matrix-bridge.html
Normal file
13
website/matrix-bridge.html
Normal file
@@ -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>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>
|
||||
Reference in New Issue
Block a user