Skip to content

Commit 7d6ace6

Browse files
authored
Update index.html
1 parent 8ec7b02 commit 7d6ace6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
99
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
11+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=code" />
1112
<style>
1213
:root {
1314
--bg-color: #f9fafb; /* Tailwind gray-50 / Vercel-like page background */
@@ -367,7 +368,9 @@
367368
<body>
368369
<div class="container">
369370
<div class="header">
370-
<h1><i class="fa-solid fa-layer-group"></i>CodeStacker</h1>
371+
<h1><span class="material-symbols-outlined">
372+
code
373+
</span>CodeStacker</h1>
371374
<p>Upload a .zip archive of your project. CodeStacker will extract and consolidate all relevant file paths and their contents into a single text file, perfect for analysis, documentation, or sharing with LLMs. All processing is done securely in your browser.</p>
372375
</div>
373376

0 commit comments

Comments
 (0)