Skip to content

Commit

Permalink
Adding example file
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Mar 19, 2024
1 parent 72f0d68 commit 6e8ea5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,12 @@ div.align-right {
#logo-background {
background-color: "#a6a6a6";
}

.small-text {
font-size: 80%;
color: grey;
}

.ml-20 {
margin-left: 20px;
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
name="input-file"
type="file"
accept=".json">
<p class="small-text ml-20">Example input file (right click to save): <a href="https://fccsw.web.cern.ch/fccsw/dmx/p8_ee_ZH_ecm240.edm4hep.json">p8_ee_ZH_ecm240.edm4hep.json</a></p>
</div>
<div id="event-selector">
<label class="mr-10" for="event-number">Select event number:</label>
Expand Down

0 comments on commit 6e8ea5a

Please sign in to comment.