profoundjs
Version:
Profound.js Framework and Server
29 lines (25 loc) • 715 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Performance Report</title>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet">
<script src="script.js" defer></script>
</head>
<body>
<header id="page-header">
<h1 id="page-title">Performance Report</h1>
<button id="refresh-button">
<i class="material-symbols-outlined">refresh</i>
Refresh
</button>
</header>
<div class="container">
<div id="report-container">
<div class="spinner"></div>
</div>
</div>
</body>
</html>