Files
Relay/RelayClient/Resources/Raw/test.html
Cody Larkin a5772d7579 swapping to webview webrtc setup as temp solution
will build a custom C# webrtc implementation later
2026-03-26 03:32:58 -04:00

9 lines
207 B
HTML

<html lang="enus">
<head>
<link rel="stylesheet" href="test.css">
<script src="test.js"></script>
</head>
<body>
<Button id="header" onclick="onClicked()">Hello World!</Button>
</body>
</html>