-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathheader.php
More file actions
25 lines (25 loc) · 929 Bytes
/
header.php
File metadata and controls
25 lines (25 loc) · 929 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script src="jquery.min.js"></script>
<script src="anime.min.js"></script>
<script src="fontMonoline.js"></script>
<script src="variables.js"></script>
<script src="p5.js"></script>
<script src="p5Command.js"></script>
<script src="p5CommandVariableDef.js"></script>
<script src="p5CommandFunctionCall.js"></script>
<script src="p5FunctionParameter.js"></script>
<script src="p5CommandList.js"></script>
<script src="p5LoopFor.js"></script>
<script src="p5Program.js"></script>
<script src="p5CommandFactory.js"></script>
<script src="p5GraphicElement.js"></script>
<script src="p5Interpreter.js"></script>
<script src="myCanvas.js"></script>
<link rel="stylesheet" type="text/css" href="data/css/style.css">
</head>
<body>
<div class="container">
<div class="column sketch">