Skip to content

Commit fe99aa2

Browse files
authored
Update URLMaker.html
1 parent 0368914 commit fe99aa2

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

URLMaker.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<html><head>
22
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
3-
<title>HTML Wrap Util for Editing Introduction Content</title>
3+
<title>Simple Util to format a URL for Blogger</title>
44
<LINK href="stylesheets/wrap.css" rel="stylesheet" type="text/css">
55
<script src="http://code.jquery.com/jquery-1.9.1.js" type="text/javascript"></script>
66
<script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.js" type="text/javascript"></script>
7-
<script src="javascripts/wrap.js" type="text/javascript"></script>
87
<script src="javascripts/link-index.js" type="text/javascript"></script>
98
<script src="javascripts/register-links.js" type="text/javascript"></script>
109

@@ -43,21 +42,11 @@
4342
</div>
4443
<div class="center">
4544
<div id="log"></div>
46-
<button id="wrap-intro">Create HTML</button>
45+
<button id="wrap-intro">Create URL</button>
4746
</div>
4847
<div class="right">
4948
<textarea id="showtext"></textarea>
5049
</div >
5150
</div>
5251
</form>
53-
<h2>Formatting Introduction Section : Steps</h2>
54-
<p>
55-
Introduction for each article needs to be formatted using following steps
56-
<ul>
57-
<li>Enter the Introduction Section Text in Left text field. </li>
58-
<li>Click "Create HTML" Button.</li>
59-
<li>The HTML will be created on right side text field.</li>
60-
<li>Copy the HTML text and paste it in a new document.</li>
61-
</ul>
62-
</p>
6352
</body></html>

0 commit comments

Comments
 (0)