Skip to content

Commit

Permalink
Add link to the source code (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
icedevml committed Aug 22, 2022
1 parent 47fab4b commit 42a41ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/sdm_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
</head>
<body>
<h1>Secure Dynamic Messaging Backend Server Demo</h1>
<p><a href="/">Get back to the main page</a></p>

<p>
<strong style="color: green;">Cryptographic signature validated.</strong>
</p>
Expand Down
4 changes: 4 additions & 0 deletions templates/sdm_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ <h1>Secure Dynamic Messaging Backend Server Example</h1>
</a><br><br></li>
<li><a href="/webnfc"><strong>WebNFC</strong> Example: Reading tags directly from Chrome using WebNFC feature</a></li>
</ul>

<p>
Source code: <a href="https://github.com/icedevml/sdm-backend">https://github.com/icedevml/sdm-backend</a>
</p>
</body>
</html>
2 changes: 2 additions & 0 deletions templates/sdm_webnfc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
</head>
<body>
<h1>Secure Dynamic Messaging Backend Server Example</h1>
<p><a href="/">Get back to the main page</a></p>

<h2>WebNFC Example</h2>
<p>Chrome for Android supports NDEF scanning directly through JavaScript (since release 89). You can try it out here:</p>

Expand Down

0 comments on commit 42a41ed

Please sign in to comment.