Skip to content

Commit

Permalink
feat: index.html style
Browse files Browse the repository at this point in the history
  • Loading branch information
sspzoa committed Oct 8, 2024
1 parent 98e61a7 commit 72296f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions app/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@

body {
font-family: 'Wanted Sans Variable', sans-serif;
background-color: #FF6F61;
}
</style>
</head>
<body>
<div class="h-[100dvh] flex flex-col justify-center items-center gap-12">
<img draggable="false" src="static/logo.svg" alt="logo" class="h-24">
<div class="flex flex-row gap-4 text-lg">
<div class="flex flex-row gap-4 text-lg text-white">
<a target="_blank" rel="noreferrer noopener" href="https://github.com/sspzoa/deening_app" class="cursor-pointer ease-in-out duration-300 hover:opacity-50">App</a>
<span>|</span>
<a target="_blank" rel="noreferrer noopener" href="https://github.com/sspzoa/deening-back" class="cursor-pointer ease-in-out duration-300 hover:opacity-50">Backend</a>
<span>|</span>
<a target="_blank" rel="noreferrer noopener" href="/docs" class="cursor-pointer ease-in-out duration-300 hover:opacity-50">API Docs</a>
<a target="_blank" rel="noreferrer noopener" href="/docs" class="text-white cursor-pointer ease-in-out duration-300 hover:opacity-50">API Docs</a>
</div>
</body>
</html>
6 changes: 3 additions & 3 deletions app/static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72296f8

Please sign in to comment.