Skip to content

Commit

Permalink
Added link to code on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
robnyman committed Feb 11, 2012
1 parent eac0e0c commit d2ae6ca
Showing 1 changed file with 37 additions and 36 deletions.
73 changes: 37 additions & 36 deletions html5demos/canvas-drag-n-drop/index.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Canvas - The Cure</title>
<link rel="stylesheet" href="css/base.css" type="text/css" media="screen">
<style>
canvas {
position: relative;
border: 1px solid #000;
}
</style>
</head>

<body>

<div class="container">
<header role="banner">
<h1>Canvas - The Cure</h1>
</header>

<div role="main">
<section id="main-content">

<canvas id="my-canvas" width="700" height="600">I am canvas</canvas>

<script src="js/cure.js"></script>
</section>
</div>

<footer class="page-footer" role="contentinfo">
Created by <a href="http://robertnyman.com/">Robert Nyman</a>
</footer>
</div>



</body>
<head>
<meta charset="utf-8">
<title>Canvas - The Cure</title>
<link rel="stylesheet" href="css/base.css" type="text/css" media="screen">
<style>
canvas {
position: relative;
border: 1px solid #000;
}
</style>
</head>

<body>

<div class="container">
<header role="banner">
<h1>Canvas - The Cure</h1>
</header>

<div role="main">
<section id="main-content">

<canvas id="my-canvas" width="700" height="600">I am canvas</canvas>

<script src="js/cure.js"></script>
</section>
</div>

<footer class="page-footer" role="contentinfo">
Created by <a href="http://robertnyman.com/">Robert Nyman</a><br>
<a href="https://github.com/robnyman/robnyman.github.com">All demo code at GitHub</a>.
</footer>
</div>



</body>
</html>

0 comments on commit d2ae6ca

Please sign in to comment.