Init Commit

This commit is contained in:
2026-06-10 12:34:25 -04:00
commit 7614061e95
70 changed files with 5453 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!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>