This is the repo of "Smart Hoop" project for the IoT class. Smart Hoop detects when a basket is scored using Raspberry Pi, an ultrasonic sensor and WebSockets.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
621 B

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="no index, no follow">
<title>Smart Hoop</title>
<link rel="icon" href="/favicon.ico">
<link href="/css/styles.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=ZCOOL+QingKe+HuangYou" rel="stylesheet">
</head>
<body>
<div class="container">
<div id="score"></div>
</div>
<script src="js/scoreboard.js"></script>
</body>
</html>