Skip to content

Commit

Permalink
Update future.html
Browse files Browse the repository at this point in the history
  • Loading branch information
reflecthub authored Jan 15, 2025
1 parent c7789b2 commit 1cb01aa
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions future.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Performance Quantum Dashboard</title>
<title>Perflogs 🛠️</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<style>
:root {
Expand Down Expand Up @@ -215,16 +215,14 @@
</head>
<body>
<div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
<button class="back-button">
<a href='./index.html'>
<i class="fas fa-arrow-left"></i> Back to Home

<a href='./index.html' style="text-decoration: none;">
<button class="back-button"><i class="fas fa-arrow-left"></i> Back to Home</button>
</a>
</button>
<button class="back-button">
<a href='./drop.html'>
<i class="fas "></i> Basic UI
<h1> PERFLOGS 🛠️</h1>
<a href='./drop.html'style="text-decoration: none;">
<button class="back-button">Basic UI</button>
</a>
</button>
</div>

<style>
Expand Down Expand Up @@ -377,4 +375,4 @@ <h3 style="color: var(--accent-color);">Performance Insights</h3>
}
</script>
</body>
</html>
</html>

0 comments on commit 1cb01aa

Please sign in to comment.