Skip to content

Commit 201e3fa

Browse files
ramakanth.bramakanth.b
authored andcommitted
Push
1 parent 228d10b commit 201e3fa

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

javascipt-jquery/.project

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@
2121
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
2222
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
2323
</natures>
24+
<linkedResources>
25+
<link>
26+
<name>javascript.docx</name>
27+
<type>1</type>
28+
<location>C:/From E Drive/kanth/Preparation/javascript.docx</location>
29+
</link>
30+
</linkedResources>
2431
</projectDescription>

javascipt-jquery/WebContent/test1_hello.html renamed to javascipt-jquery/WebContent/js1_hello.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99

10-
<h1> Print</h1>
10+
<h1> Print hello World</h1>
1111
<script type="text/javascript">
1212
document.write('Hello World from doucment write');
1313
</script>

0 commit comments

Comments
 (0)