Files
WVUMedicine-HAWebClient/src/index.html
T
2026-06-10 12:34:25 -04:00

15 lines
448 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>WVU Medicine Help Alert</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; overflow: hidden; }
iframe { width: 100%; height: 100%; border: none; }
</style>
</head>
<body>
<iframe id="alert-frame" src="https://helpalert.wvumedicine.org/PinPoint/helpalert.html"></iframe>
</body>
</html>