Browse Source

Upload files to 'public'

master
chaniotis_alex 5 years ago
parent
commit
0f7a4c159c
  1. BIN
      public/favicon.ico
  2. 18
      public/index.html

BIN
public/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

18
public/index.html

@ -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…
Cancel
Save