PHP Classes

File: p5/empty-example/index.html

Recommend this page to a friend!
  Classes of Ghali Ahmed   PHP Math Progressions   p5/empty-example/index.html   Download  
File: p5/empty-example/index.html
Role: Auxiliary data
Content type: text/plain
Description: Documentation
Class: PHP Math Progressions
Calculate math progressions of several types
Author: By
Last change: Update of p5/empty-example/index.html
Date: 5 months ago
Size: 574 bytes
 

Contents

Class file image Download
<html> <head> <script language="javascript" type="text/javascript" src="../p5.js"></script> <!-- uncomment lines below to include extra p5 libraries --> <!--<script language="javascript" src="../addons/p5.dom.js"></script>--> <!--<script language="javascript" src="../addons/p5.sound.js"></script>--> <script language="javascript" type="text/javascript" src="sketch.js"></script> <!-- this line removes any default padding and style. you might only need one of these values set. --> <style> body {padding: 0; margin: 0;} </style> </head> <body> </body> </html>