Skip to content

Commit

Permalink
Adding favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ennahdi committed Dec 24, 2024
1 parent 1360c5f commit 98efaa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions objectmorph-app/src/main/resources/public/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>Objectmorph-Sample-Client</title>
<script type="text/javascript" src="version.js" ></script>
<link rel="icon" type="image/png" href="favicon.png" >
</head>
<body onload="getVersion()" >
<a href = "/" >Home</a>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion objectmorph-app/src/main/resources/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 98efaa2

Please sign in to comment.