Skip to content

Commit

Permalink
💄 move instructions to header
Browse files Browse the repository at this point in the history
  • Loading branch information
slooi committed Sep 8, 2024
1 parent b2bd4dc commit addfcde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
</head>

<body>
<div id="app">
<div ID="header">
<h1><b><i>CTRL+V</i></b> <span style="font-weight: 300;">to convert image to perceived lightness (L*)</span></h1>
</div>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>

Expand Down

0 comments on commit addfcde

Please sign in to comment.