[READ-ONLY] Mirror of https://github.com/probablykasper/canvas-experiments. Just me learning to use HTML canvas canvas-experiments.kasper.space
canvas html5-canvas website
0

Configure Feed

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

canvas-experiments / index.html
833 B 21 lines
1<!DOCTYPE html> 2<html> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="theme-color" content="#db5945"> 6 <title>Canvas</title> 7 <!--Roboto--> <link href="https://fonts.googleapis.com/css?family=Roboto:400,500" rel="stylesheet"> 8 <!--Favicon: http:/#F986DF/realfavicongenerator.net --> 9 <link rel="stylesheet" type="text/css" href="./css/home.css?r=<?=rand(0,999)?>"> 10 </head> 11 12 <body> 13 <a href="8">8. Drawing board, supports touch &amp; mouse</a> 14 <a href="7">7. Three fancy loading animations</a> 15 <a href="5">5. and now they bounce off of each other</a> 16 <a href="4">4. many boucning circles with random colors, radiuses and window resize support</a> 17 <a href="3">3. circle bouncing on canvas borders</a> 18 <a href="2">2. squares, a line and randomly positioned circles</a> 19 <a href="1">1. two squares</a> 20 </body> 21</html>