Skip to content

Commit

Permalink
Groupie-Tracker V1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur committed Feb 29, 2024
1 parent aaeca44 commit e39da72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions server/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Groupie-Tracker V1.1 Arthur Chessé - 2024

package main

import (
Expand Down
4 changes: 2 additions & 2 deletions templates/artist.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@

<div class="creationARTIST">
<div class="creaARTIST">
creation <br> </div>
Creation <br> </div>
<div class="creationDateARTIST">
{{.Artist.CreationDate}}</div>
</div>

<div class="firstARTIST">
First Album Date <br>
Date Premier Album <br>
{{.Artist.FirstAlbum}}
</div>

Expand Down
2 changes: 1 addition & 1 deletion templates/index.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
}
</script>

<label class="fist" for="FirstAlbum">Première Album </label>
<label class="fist" for="FirstAlbum">Premier Album </label>
<div class="frame">
<div class="range">
<input type="range" id="FirstAlbum" name="FirstAlbum" class="valueAlbum" min="{{.Search.MinFirstAlbum}}" max="{{.Search.MaxFirstAlbum}}" value="{{.Search.MinFirstAlbum}}">
Expand Down

0 comments on commit e39da72

Please sign in to comment.