mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
added cute little logo
This commit is contained in:
@ -12,3 +12,16 @@ fieldset {
|
|||||||
button {
|
button {
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5rem;
|
||||||
|
/* space between icon and text */
|
||||||
|
}
|
||||||
|
|
||||||
|
.crab-icon {
|
||||||
|
width: 40px;
|
||||||
|
/* adjust size as you like */
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
BIN
public/img/crab.png
Normal file
BIN
public/img/crab.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
@ -4,13 +4,17 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<link rel="icon" type="image/x-icon" href="/img/crab.png">
|
||||||
<title>Dataset Downloader & Answer Uploader</title>
|
<title>Dataset Downloader & Answer Uploader</title>
|
||||||
<link rel="stylesheet" href="css/style.css">
|
<link rel="stylesheet" href="css/style.css">
|
||||||
<script defer src="js/index.js"></script>
|
<script defer src="js/index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Crab Webapp</h1>
|
<h1>
|
||||||
|
<img src="/img/crab.png" alt="Crab" class="crab-icon">
|
||||||
|
Crab Webapp
|
||||||
|
</h1>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend><strong>Download a Dataset</strong></legend>
|
<legend><strong>Download a Dataset</strong></legend>
|
||||||
|
Reference in New Issue
Block a user