summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-18 21:22:44 +0300
committerAlon Levy <alon@pobox.com>2014-08-18 21:27:01 +0300
commitbfe3c2b399eec1a0fa11dbdedab9ed9b4173835d (patch)
treed954cab8c49ee813d88e281cc05c45edffda0bbf /index.html
parentabcddf17cfd5476add773fc398be44c5829b1235 (diff)
index.html: Camel case SAVE/LOAD
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html
index 2423c55a..d04c34f5 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,6 @@
<script src="scripts/caret.js"></script>
<script src="scripts/autocomplete.js"></script>
-
</head>
<body>
@@ -76,7 +75,7 @@
<tr>
<td>
<div class="save">
- <a href="#">SAVE</a>
+ <a href="#">Save</a>
</div>
</td>
<td>
@@ -88,7 +87,7 @@
<tr>
<td>
<div class="load">
- <a href="#">LOAD</a>
+ <a href="#">Load</a>
</div>
</td>
</tr>