chaniotis_alex
5 years ago
2 changed files with 18 additions and 0 deletions
After Width: | Height: | Size: 31 KiB |
@ -0,0 +1,18 @@ |
|||
<!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> |
Loading…
Reference in new issue