Skip to content

Commit

Permalink
cfg examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Oct 25, 2016
1 parent 4520ffe commit 1aeaaee
Show file tree
Hide file tree
Showing 66 changed files with 454,138 additions and 0 deletions.
47 changes: 47 additions & 0 deletions week8-cfg/00_tracery/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<title>Context Free Grammar 1</title>
<script src="libraries/p5.js" type="text/javascript"></script>

<script src="libraries/p5.dom.js" type="text/javascript"></script>

<script src="sketch.js" type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="libraries/tracery.js" type="text/javascript"></script>

<style>
body {
padding: 20px;
}

.text {
padding: 12px;
/*background-color: #EEE;*/
}

#title {
padding: 12px;
background-color: #23C;
color: #FFF;
}
</style>

</head>

<body>

<h1 id="title"><em>Once Upon a Time Stories</em></h1>


<p>
<button id="generate">generate</button>
<button id="clear">clear</button>
</p>


</body>

</html>
Loading

0 comments on commit 1aeaaee

Please sign in to comment.