Skip to content

Commit

Permalink
dialog for bits
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeddakama committed Sep 9, 2021
1 parent ef52d91 commit 97d6498
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 5 deletions.
28 changes: 23 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions nighthawk_csa/src/main/resources/templates/starters/binary.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,17 @@
<!-- <body> -->
<div layout:fragment="content" th:with="bits=${bits}" th:remove="tag">
<h1 class="text-center">Binary Math with Conversions</h1>
<center>
<form action="/binary" method="GET" id="binaryForm">
<div class="binary-form">
<p for="binaryField">How many bits would you like?</p>
<input name="bits" id="binaryField">
<br />
<button>Submit Binary</button>
<br />
</div>
</form>
</center>
<div class="container">
<div class="row justify-content-md-center">

Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/example/sping_portfolio/test.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ public static void main(String[] args) {
System.out.println(team2.runPlay("hail mary"));
}
}

n

0 comments on commit 97d6498

Please sign in to comment.