Skip to content

Commit 44e0b09

Browse files
authored
Link to how I built it
1 parent d047643 commit 44e0b09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

box-shadow.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
</head>
6161
<body>
6262
<div id="root"></div>
63+
<p><a href="https://simonwillison.net/2024/Jul/8/box-shadow-css-generator/">How I built this with Claude 3.5 Sonnet</a></p>
6364

6465
<script type="text/babel">
6566
const BoxShadowTool = () => {
@@ -161,4 +162,4 @@ <h1>Box shadow CSS generator</h1>
161162
ReactDOM.render(<BoxShadowTool />, document.getElementById('root'));
162163
</script>
163164
</body>
164-
</html>
165+
</html>

0 commit comments

Comments
 (0)