Skip to content

Commit

Permalink
use a more generic name
Browse files Browse the repository at this point in the history
this way we can support different notations down the road, if we want
  • Loading branch information
jamis committed Jan 31, 2010
1 parent bf15b72 commit 51771cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/index.html
@@ -1,14 +1,14 @@
<html manifest="cache.manifest">
<head>
<title>iMizz</title>
<title>Strings to Go</title>
<meta name="viewport" content="user-scalable=no, width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="stylesheet" href="stylesheets/imizz.css" type="text/css" media="screen" />
<link rel="stylesheet" href="stylesheets/strings.css" type="text/css" media="screen" />
<script type="text/javascript" src="javascripts/jquery.js"></script>
<script type="text/javascript" src="javascripts/imizz.js"></script>
<script type="text/javascript" src="javascripts/strings.js"></script>
</head>
<body>
<div id="header"><h1>iMizz</h1></div>
<div id="header"><h1>Strings to Go</h1></div>
<div id="container">
</div>
</body>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 51771cd

Please sign in to comment.