Skip to content
This repository was archived by the owner on May 16, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/client/apps/aframe/texture/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title></title>
<script src="https://aframe.io/releases/0.6.1/aframe.min.js"></script>

<!-- <script src="https://cdn.rawgit.com/ngokevin/kframe/master/components/template/dist/aframe-template-component.min.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/gh/ngokevin/kframe/components/template/dist/aframe-template-component.min.js"></script> -->

<script src="https://cdnjs.cloudflare.com/ajax/libs/jade/1.11.0/jade.min.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion src/client/apps/canvas/lissajous/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
user-select: none;
}
</style>
<script src="https://cdn.rawgit.com/KevinDoughty/hyperact/b04d656257d0e0b90cb54f174d506d9d5c178a25/hyperact.js"></script>
<script src="https://cdn.jsdelivr.net/gh/KevinDoughty/hyperact@b04d656257d0e0b90cb54f174d506d9d5c178a25/hyperact.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/client/apps/jslib/vivus.js/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<head>
<title></title>
<script src="https://cdn.rawgit.com/maxwellito/vivus/master/dist/vivus.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/maxwellito/vivus/dist/vivus.min.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/client/apps/shader/_template/en.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>
<head>
<title>Shader</title>
<link type="text/css" rel="stylesheet" href="https://rawgit.com/patriciogonzalezvivo/glslEditor/gh-pages/build/glslEditor.css">
<script type="application/javascript" src="https://rawgit.com/patriciogonzalezvivo/glslEditor/gh-pages/build/glslEditor.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/patriciogonzalezvivo/glslEditor@gh-pages/build/glslEditor.css">
<script type="application/javascript" src="https://cdn.jsdelivr.net/gh/patriciogonzalezvivo/glslEditor@gh-pages/build/glslEditor.js"></script>
</head>
<body>
<div id="glsl_editor"></div>
Expand Down
6 changes: 3 additions & 3 deletions src/client/apps/shader/eclipse/en.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<head>
<title>Eclipse with ShaderPen.js</title>
<script src="https://cdn.rawgit.com/halvves/shaderpen/v0.0.1/dist/shaderpen.js"></script>
<link type="text/css" rel="stylesheet" href="https://rawgit.com/patriciogonzalezvivo/glslEditor/gh-pages/build/glslEditor.css">
<script type="application/javascript" src="https://rawgit.com/patriciogonzalezvivo/glslEditor/gh-pages/build/glslEditor.js"></script>
<script src="https://cdn.jsdelivr.net/gh/halvves/shaderpen@v0.0.1/dist/shaderpen.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/patriciogonzalezvivo/glslEditor@gh-pages/build/glslEditor.css">
<script type="application/javascript" src="https://cdn.jsdelivr.net/gh/patriciogonzalezvivo/glslEditor@gh-pages/build/glslEditor.js"></script>
</head>
<body>
<div id="glsl_editor"></div>
Expand Down
4 changes: 2 additions & 2 deletions src/client/apps/shader/image_filter/en.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>
<head>
<title>Shader</title>
<link type="text/css" rel="stylesheet" href="https://rawgit.com/patriciogonzalezvivo/glslEditor/gh-pages/build/glslEditor.css">
<script type="application/javascript" src="https://rawgit.com/patriciogonzalezvivo/glslEditor/gh-pages/build/glslEditor.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/patriciogonzalezvivo/glslEditor@gh-pages/build/glslEditor.css">
<script type="application/javascript" src="https://cdn.jsdelivr.net/gh/patriciogonzalezvivo/glslEditor@gh-pages/build/glslEditor.js"></script>
</head>
<body>
</body>
Expand Down
4 changes: 2 additions & 2 deletions src/client/apps/sound/gymnopedies/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
transition: stroke 0.5s ease-out, fill 0.5s ease-out;
}
</style>
<!-- <script src="https://cdn.rawgit.com/teropa/Piano/fix-tone-extern/build/Piano.js"></script> -->
<script src="https://cdn.rawgit.com/tambien/StartAudioContext/8da8637e/StartAudioContext.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/gh/teropa/Piano@fix-tone-extern/build/Piano.js"></script> -->
<script src="https://cdn.jsdelivr.net/gh/tambien/StartAudioContext@8da8637e/StartAudioContext.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/client/apps/sound/polyloops/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title></title>
<script src="https://teropa.info/js/tracery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dynamics.js/1.1.5/dynamics.min.js"></script>
<script src="https://cdn.rawgit.com/tambien/StartAudioContext/8da8637e/StartAudioContext.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tambien/StartAudioContext@8da8637e/StartAudioContext.js"></script>
</head>
<body>
<div id="visualizations">
Expand Down