Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Commit

Permalink
Refs #3 skeleton html page for beacons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffion Whitehouse committed Dec 17, 2015
1 parent 109695d commit 5828375
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions client/beacon/beacon_page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<html>
<head>
<script src="beacon.js"></script>
</head>
<body>
<div>This is Beacon number <span id="beacon-number"></span></div>
<div>Congratulations on finding me!!</div>

<div>Here's the next riddle: <span id="riddle"></span></div>
<!--Speak the answer-->

<div class="answer-list">
Incorrect attempts:
<!--List of previous incorrect answers-->
</div>

<div> Here's the clue to find the next beacon: <span id="next-clue"></span></div>
</body>
</html>

0 comments on commit 5828375

Please sign in to comment.