Skip to content

Commit

Permalink
Update templates (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
icedevml committed Aug 22, 2022
1 parent 692bb7a commit 9ea2ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/sdm_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<h1>NTAG 424 DNA Secure Direct Messaging Demo</h1>
<h1>Secure Dynamic Messaging Backend Server Demo</h1>
<p>
PICC Data Tag: <code>{{ picc_data_tag.hex() }}</code><br>
NFC TAG UID: <code>{{ uid.hex() }}</code><br>
Expand All @@ -13,7 +13,7 @@ <h1>NTAG 424 DNA Secure Direct Messaging Demo</h1>
File data (hex): <code>{{ file_data.hex() }}</code><br>
File data (UTF-8): <code>{{ file_data_utf8 }}</code><br>
{% if tt_status %}
Tag Tamper Status: <strong style="color: {{ tt_color }};">{{ tt_status }}</strong>
Tamper Status: <strong style="color: {{ tt_color }};">{{ tt_status }}</strong>
{% endif %}
{% endif %}
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/sdm_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>SDM Endpoint</title>
</head>
<body>
<h1>NTAG 424 DNA Secure Direct Messaging Example Page</h1>
<h1>Secure Dynamic Messaging Backend Server Example</h1>
<p>Some of the examples below were taken from <a href="https://www.nxp.com/docs/en/application-note/AN12196.pdf">AN12196: "NTAG 424 DNA and NTAG 424 DNA TagTamper features and
hints"</a></p>
<ul>
Expand Down

0 comments on commit 9ea2ab0

Please sign in to comment.