Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
work.aesthetic-programming
Commits
78f95fe7
Commit
78f95fe7
authored
Oct 24, 2019
by
soon
Browse files
Upload New File
parent
129a0e49
Changes
1
Hide whitespace changes
Inline
Side-by-side
sample_codes/p5_SampleCode/ch4_DataCapture/index.html
0 → 100644
View file @
78f95fe7
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<style>
body
{
padding
:
0
;
margin
:
0
;
background-color
:
white
;}
</style>
<script
src=
"../libraries/p5.js"
></script>
<script
src=
"../libraries/p5.dom.js"
></script>
<script
src=
"../libraries/p5.sound.js"
></script>
<script
src=
"../libraries/clmtrackr/clmtrackr.js"
></script>
<script
src=
"../libraries/clmtrackr/models/model_pca_20_svm.js"
></script>
<script
src=
"sketch.js"
></script>
<style>
body
{
padding
:
0
;
margin
:
0
;}
</style>
</head>
<body>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment