File: index.html

package info (click to toggle)
eclipse-platform 4.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 71,112 kB
  • sloc: java: 528,935; xml: 64,472; javascript: 4,902; jsp: 4,211; ansic: 870; makefile: 38
file content (30 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (5)
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>
<head>
<meta name="generator"
	content="HTML Tidy for HTML5 for Linux version 5.2.0">
<meta charset="UTF-8">
<script
	src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js">
	
</script>
<script src="matrixrain.js">
	
</script>
<script src="particle.js">
	
</script>
<style>
body {
	margin: 0px;
}

canvas {
	display: block;
}
</style>
<title>matrixrain</title>
</head>
<body>
</body>
</html>