Skip to content

Commit

Permalink
Small changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ennahdi committed Nov 23, 2024
1 parent 22eed0b commit be6c067
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion objectmorph-app/src/main/resources/public/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
<body>
<h1>Objectmorph Sample Client</h1>
<h3>
This page executes client side code. It can be downloaded and executed locally.
This page executes client side code.
</h3>
<h4>
<i>Executable locally.</i>
</h4>
<div align="center" >
<textarea id="notepad" placeholder="drag and drop Java source code files here" cols="64" rows="16"></textarea>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<connection>scm:git:https://github.com/mohamed-ennahdi/objectmorph.git</connection>
<developerConnection>scm:git:https://github.com/mohamed-ennahdi/objectmorph.git</developerConnection>
<url>https://github.com/mohamed-ennahdi/objectmorph</url>
<tag>objectmorph-0.0.1</tag>
<tag>objectmorph-0.0.1</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit be6c067

Please sign in to comment.