Skip to content

Commit

Permalink
cp -r /home/cc/music220a-site/src/examples/webchuck .
Browse files Browse the repository at this point in the history
  • Loading branch information
cchafe committed Sep 25, 2023
1 parent 4b4f735 commit 62c21dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions webchuck/helloCCRMA-helloWebchuck/imitateMe.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<!--
based off of tutorials by Mike Mulshine et al
dependencies are in https://ccrma.stanford.edu/~cc/220a/webchuck220a/
dependencies were in https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//
dependencies now in https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//
-->
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--- make responsive for mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--- Include the ACE editor and webchuck stuff -->
<link rel="stylesheet" href="https://ccrma.stanford.edu/~cc/220a/webchuck220a/css/editor.css">
<script type="text/javascript" src="https://ccrma.stanford.edu/~cc/220a/webchuck220a/js/ace.js" charset="utf-8"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/~cc/220a/webchuck220a/js/editor.js"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/~cc/220a/webchuck220a/js/defer.js"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/~cc/220a/webchuck220a/js/webchuck_host.js"></script>
<link rel="stylesheet" href="https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//css/editor.css">
<script type="text/javascript" src="https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//js/ace.js" charset="utf-8"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//js/editor.js"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//js/defer.js"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//js/webchuck_host.js"></script>

</head>

Expand Down
13 changes: 7 additions & 6 deletions webchuck/helloCCRMA-helloWebchuck/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<!--
based off of tutorials by Mike Mulshine et al
dependencies are in https://ccrma.stanford.edu/~cc/220a/webchuck220a/
dependencies were in https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//
dependencies now in https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//
-->
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--- make responsive for mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--- Include the ACE editor and webchuck stuff -->
<link rel="stylesheet" href="https://ccrma.stanford.edu/~cc/220a/webchuck220a/css/editor.css">
<script type="text/javascript" src="https://ccrma.stanford.edu/~cc/220a/webchuck220a/js/ace.js" charset="utf-8"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/~cc/220a/webchuck220a/js/editor.js"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/~cc/220a/webchuck220a/js/defer.js"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/~cc/220a/webchuck220a/js/webchuck_host.js"></script>
<link rel="stylesheet" href="https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//css/editor.css">
<script type="text/javascript" src="https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//js/ace.js" charset="utf-8"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//js/editor.js"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//js/defer.js"></script>
<script type="text/javascript" src="https://ccrma.stanford.edu/courses/220a-fall-2023/static/webchuck/webapp//js/webchuck_host.js"></script>

</head>

Expand Down

0 comments on commit 62c21dc

Please sign in to comment.