feat: save progress on web server foundation and add new tickets
This commit is contained in:
@@ -29,6 +29,7 @@ export function BaseLayout({ title, content }: LayoutProps): string {
|
||||
<footer>
|
||||
<p>© ${new Date().getFullYear()} Aurora Bot</p>
|
||||
</footer>
|
||||
<script src="/script.js" defer></script>
|
||||
</body>
|
||||
</html>`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user