blob: b71393ced190f90f8a16684a9c8d6bcb122ba893 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>WebXR Internals</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="webxr_internals.css">
</head>
<body>
<div class="page-header">
<h1>WebXR Internals</h1>
<h3>This page is intended for debugging purposes only</h3>
</div>
<div class="container">
<div class="sidebar">
<button class="tab-button active">Device Info</button>
</div>
<div class="content">
<div class="tab-content active" id="device-info-content"></div>
</div>
</div>
<script type="module" src="webxr_internals.js"></script>
</body>
</html>