Skip to content

Commit

Permalink
Merge pull request #109 from fractalego/new-version
Browse files Browse the repository at this point in the history
added logo to the initial page
  • Loading branch information
fractalego authored Jul 21, 2024
2 parents 92b0d3e + ed0901d commit a498ae4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file added wafl/frontend/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions wafl/frontend/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
<div class="container mx-auto mt-20"
hx-post="/create_new_instance"
hx-trigger="load"
<div style="width: 250px; height: 100px; margin: 0 auto;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="#000000" stroke="#000000" stroke-width="2" transform-origin="center" d="m148 84.7 13.8-8-10-17.3-13.8 8a50 50 0 0 0-27.4-15.9v-16h-20v16A50 50 0 0 0 63 67.4l-13.8-8-10 17.3 13.8 8a50 50 0 0 0 0 31.7l-13.8 8 10 17.3 13.8-8a50 50 0 0 0 27.5 15.9v16h20v-16a50 50 0 0 0 27.4-15.9l13.8 8 10-17.3-13.8-8a50 50 0 0 0 0-31.7Zm-47.5 50.8a35 35 0 1 1 0-70 35 35 0 0 1 0 70Z"><animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="2" values="0;120" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform></path></svg>
Creating a new instance. This may take a few seconds...
<div style="width: 250px; height: 100px; margin-top: 10px;">
<div>
<img src="/logo.png" alt="WAFL" style="height: 100%;">
</div>
<div>
Creating a new instance. This may take a few seconds...
</div>
</div>
</div>
</body>
Expand Down

0 comments on commit a498ae4

Please sign in to comment.