-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathc.html
30 lines (30 loc) · 1.03 KB
/
c.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"/>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link href="https://fonts.googleapis.com/css?family=Raleway&subset=latin-ext" rel="stylesheet">
<title>Canvas</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<canvas></canvas>
<div class="list">
<a href="index.html">Growing Balls</a>
<a href="g.html">Gravity</a>
<a href="fc.html">Floating Circles</a>
<a href="mr.html">Mouse Rectangles</a>
<a href="lo.html">Lights off</a>
<a href="bc.html">Ball cannon</a>
<a href="c.html">Collision</a>
<a href="cm.html">Circular motion</a>
<a href="ms.html">Mouse Spinner</a>
<a href="w.html">Wave</a>
<a href="s.html">Shatter</a>
</div>
<h1>Circles collide. Hover to color them</h1>
<script type="text/javascript" src="c.js"></script>
</body>
</html>