profoundjs
Version:
Profound.js Framework and Server
29 lines • 889 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Compare Test Runs</title>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet">
</head>
<body>
<header id="page-header">
<h1 id="page-title">Compare Test Runs</h1>
<button id="refresh-button">
<i class="material-symbols-outlined">refresh</i>
Refresh
</button>
</header>
<div class="container">
<div class="iframe-container" id="left-iframe-container">
<iframe id="frame1"></iframe>
</div>
<div class="resizer" id="resizer"></div>
<div class="iframe-container" id="right-iframe-container">
<iframe id="frame2"></iframe>
</div>
</div>
<script src="script.js"></script>
</body>
</html>