Skip to content

Commit

Permalink
Add background
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyAaron committed Sep 3, 2023
1 parent 681ef8f commit 5e5eada
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions scannerData.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,30 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="./scannerData.js"></script>
<title>App Dev Scan Data</title>
</head>
<body>
<h1 id="fail">Scans failed: </h1>
<h1 id="succ">Scans completed: </h1>
<link rel="stylesheet" href="mainStyle.css">
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="home.css">

<h3>Press spacebar to record a successful scan, press enter key to record failed scan.</h1>

<button id="reset">Reset all data</button>
</head>
<body>
<div id="homeContent">
<div id="homeEntranceContent">
<nav id="navbar">
<ul id="navbarList">
<li class="navbarButton logo">App Development Team</li>
</ul>
</nav>
<div style="padding: 32px;">
<h1 id="fail">Scans failed: </h1>
<h1 id="succ">Scans completed: </h1>

<h3>Press spacebar to record a successful scan, press enter key to record failed scan.</h3>

<button id="reset">Reset all data</button>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 5e5eada

Please sign in to comment.