-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjs-1
More file actions
22 lines (18 loc) · 771 Bytes
/
js-1
File metadata and controls
22 lines (18 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!--Team AS: Andrea Ung andreaung@csu.fullerton.edu
Sarah Nuno saritanu@csu.fullerton.edu
File Description - HTML file calls the two javascript files: ca.js and draw-staff.js. After calling the files, the html file
will visually display the Cellular Rule 150 on a web page. -->
<!doctype html><html><head>
<title>This is an HTML canvas</title>
<link rel="stylesheet" href="../assets/styles.css">
</head>
<body>
<h1>Project #2 - Cella Rule 150</h1>
<h4>Team-Name: AS </h4>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.js"></script>
<script language="javascript" type="text/javascript" src="ca.js"></script>
<script language="javascript" type="text/javascript" src="draw-stuff.js"></script>
<script>
</script>
</html>