Skip to content

Commit

Permalink
renamed offline to local storage, updated links/headers etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ntschutta committed Sep 4, 2011
1 parent cda5b1d commit e0f3b6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>Lab Files</h2>
<li><a href="labs/numbers.html">Fun With Numbers</a></li>
<li><a href="labs/canvas_rings.html">Canvas - Olympic Rings</a></li>
<li><a href="labs/geolocation.html">Geolocation</a></li>
<li><a href="labs/offline_form.html">Exploring Local Storage</a></li>
<li><a href="labs/localstorage_form.html">Exploring Local Storage</a></li>
</ul>
<h2>Completed Lab Files</h2>
<ul>
Expand All @@ -42,7 +42,7 @@ <h2>Completed Lab Files</h2>
<li><a href="labs_finished/numbers.html">Fun With Numbers</a></li>
<li><a href="labs_finished/canvas_rings.html">Canvas - Olympic Rings</a></li>
<li><a href="labs_finished/geolocation.html">Geolocation</a></li>
<li><a href="labs_finished/offline_form.html">Exploring Local Storage</a></li>
<li><a href="labs_finished/localstorage_form.html">Exploring Local Storage</a></li>
</ul>
</body>
</html>
4 changes: 2 additions & 2 deletions labs/offline_form.html → labs/localstorage_form.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!DOCTYPE >
<html>
<head>
<title>HTML5 Offline Support</title>
<title>HTML5 Local Storage Support</title>
<script src="../javascript/modernizr-2.0.6.js"></script>
<script src="../javascript/jquery-1.6.2.js"></script>
<script>
</script>
</head>
<body>
<h1>HTML5 Adds Offline Support</h1>
<h1>HTML5 Adds Local Storage Support</h1>
<form>
Name: <input type="text" id="name" autofocus required/> <br/><br/>
Age: <input type="number" id="age" min="10" class="field"/> <br/><br/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE >
<html>
<head>
<title>HTML5 Offline Support</title>
<title>HTML5 Local Storage Support</title>
<script src="../javascript/modernizr-2.0.6.js"></script>
<script src="../javascript/jquery-1.6.2.js"></script>
<script type="application/javascript">
Expand Down Expand Up @@ -55,7 +55,7 @@
</script>
</head>
<body>
<h1>HTML5 Adds Offline Support</h1>
<h1>HTML5 Adds Local Storage Support</h1>
<form>
Name: <input type="text" id="name" class="field" autofocus required/> <br/><br/>
Age: <input type="number" id="age" min="10" class="field"/> <br/><br/>
Expand Down

0 comments on commit e0f3b6d

Please sign in to comment.