diff options
| author | Wim Jongman | 2018-03-12 14:23:51 +0000 |
|---|---|---|
| committer | Wim Jongman | 2018-03-12 14:23:51 +0000 |
| commit | 3bd3703436e3dda09d1ef500cc16e7fb852b9710 (patch) | |
| tree | a9915b5e5e173cbb0cd189d8acb4d649c80ca555 | |
| parent | 418bf286735930af524f38210db5aa204612ee28 (diff) | |
| download | eclipse.platform.ua-3bd3703436e3dda09d1ef500cc16e7fb852b9710.tar.gz eclipse.platform.ua-3bd3703436e3dda09d1ef500cc16e7fb852b9710.tar.xz eclipse.platform.ua-3bd3703436e3dda09d1ef500cc16e7fb852b9710.zip | |
Bug 532293 matrixrain/index.html has lots of issuesI20180325-2000I20180324-1500I20180323-2000I20180323-0355I20180322-2000I20180322-0645I20180322-0225I20180321-2000I20180320-2000I20180319-2000I20180318-2000I20180317-1500I20180316-2000I20180316-0740I20180316-0730I20180316-0525I20180316-0510I20180316-0455I20180315-2000I20180314-2000I20180313-2000I20180312-2000
Fixed
Change-Id: I409c815c921626eef07ee0863ac649d939eaf876
Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
| -rw-r--r-- | org.eclipse.tips.examples/matrixrain/index.html | 44 |
1 files changed, 24 insertions, 20 deletions
diff --git a/org.eclipse.tips.examples/matrixrain/index.html b/org.eclipse.tips.examples/matrixrain/index.html index f3d53bd7c..c4cff7864 100644 --- a/org.eclipse.tips.examples/matrixrain/index.html +++ b/org.eclipse.tips.examples/matrixrain/index.html @@ -1,26 +1,30 @@ +<!DOCTYPE html> <html> <head> - <meta charset="UTF-8"> - <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js"></script> - <!-- uncomment lines below to include extra p5 libraries --> - <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/addons/p5.dom.min.js"></script> - <!--<script language="javascript" src="libraries/p5.sound.js"></script>--> - <script type="text/javascript" src="matrixrain.js"></script> - <script type="text/javascript" src="particle.js"></script> - <!-- this line removes any default padding and style. you might only need one of these values set. --> - <style type="text/css"> - body { - margin: 0px; - } - - canvas { - display: block; - } - - </style> -</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>
\ No newline at end of file |
