Skip to content

Commit

Permalink
Aktualisieren von index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RBvonRB authored Dec 2, 2024
1 parent e0ab276 commit 778d946
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion birthdaybeige/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.typekit.net/sjv4exj.css">
</head>

<body>
<h1>Birthday Beige</h1>
<h1>Birthday Beige</h1>

<!-- Beige Generator Button -->
<button id="beige-generator">Beige Generator</button>

<!-- Link to the JavaScript file -->
<script src="script.js"></script>
</body>

</html>

0 comments on commit 778d946

Please sign in to comment.