Skip to content

Commit

Permalink
modified experiment name in content1.html files
Browse files Browse the repository at this point in the history
  • Loading branch information
sravanthimodepu committed Apr 27, 2016
1 parent 79ded01 commit e9fd117
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lab/exp10/content1.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<div class="header_cont"> <!-- 960px header-->
<!-- LOGO of the company-->
<div id="logo">
<h1> Experiment 10 </h1>
<h1> Sequences </h1>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lab/exp6/content1.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<div class="header_cont"> <!-- 960px header-->
<!-- LOGO of the company-->
<div id="logo">
<h1> Experiment 6 </h1>
<h1> Recursion </h1>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lab/exp7/content1.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<div class="header_cont"> <!-- 960px header-->
<!-- LOGO of the company-->
<div id="logo">
<h1> Experiment 7 </h1>
<h1> Advanced Arithmatic </h1>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lab/exp8/content1.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<div class="header_cont"> <!-- 960px header-->
<!-- LOGO of the company-->
<div id="logo">
<h1> Experiment 8 </h1>
<h1> Searching and Sorting </h1>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lab/exp9/content1.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<div class="header_cont"> <!-- 960px header-->
<!-- LOGO of the company-->
<div id="logo">
<h1> Experiment 9 </h1>
<h1> Permutation </h1>
</div>

</div>
Expand Down

0 comments on commit e9fd117

Please sign in to comment.