google balls
0

Configure Feed

Select the types of activity you want to include in your feed.

googleballs-app / webOS / index.html
645 B 15 lines
1<!DOCTYPE html> 2<html lang="en"> 3 <title>Google Balls Desktop</title> 4 <meta charset="utf-8"> 5 <link rel="stylesheet" href="assets/css/main.css" /> 6 <script type="text/javascript" src="assets/js/jquery.min.js"></script> 7 <script type="text/javascript" src="assets/js/main.js"></script> 8 9 <body> 10 <div id="reload-msg" style="position: fixed; top: 10px; right: 10px; background: rgba(0,0,0,0.7); color: white; padding: 5px 10px; border-radius: 5px; display: none; z-index: 1000;"> 11 restart the app if the balls are stuck in the top left corner 12 </div> 13 <canvas id="c" width="400" height="400"></canvas> 14 </body> 15</html>