-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1360c5f
commit 98efaa2
Showing
3 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
<meta charset="UTF-8"> | ||
<title>Welcome to ObjectMorph Application</title> | ||
<script type="text/javascript" src="version.js"></script> | ||
<link rel="icon" type="image/png" href="favicon.png" > | ||
</head> | ||
<body onload="getVersion()" > | ||
<h1>ObjectMorph application <i>(Beta version)</i></h1> | ||
|
@@ -18,7 +19,7 @@ <h1>ObjectMorph application <i>(Beta version)</i></h1> | |
Access to the sample client <a href="/client.html">here</a>. | ||
</p> | ||
<p> | ||
To report an issue, contact me on <a href="https://github.com/mohamed-ennahdi/objectmorph/issues">GITHUB</a>, or <a href="mailto:[email protected]">send me email</a>. | ||
To report an issue, contact me on <a href="https://github.com/mohamed-ennahdi/objectmorph/issues" target="_blank" >GITHUB</a>, or <a href="mailto:[email protected]">send me email</a>. | ||
</p> | ||
</div> | ||
</body> | ||
|