You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/index.html
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
<htmllang="en">
3
3
<head>
4
4
<metacharset="UTF-8">
5
+
6
+
<!-- Website Description for SEO -->
7
+
<metaname="Description" CONTENT="Cryptle | Wordle Clone with enarx">
8
+
<metaname="author" CONTENT="Rust HTTP Server: Harald, Single Player: Richard, Multi Player: Nick, Client: Nick (current) and Vanessa Stewart (original author)">
content="Cryptle: a secure multi-party Wordle clone with Enarx. Cryptle is similar to Wordle but one important difference is that it is multi-party and the secret words are suggested by the players themselves.
16
+
Each player proposes words that are most likely to match those sent by others. The words are sent to the Cryptle application deployed and running in an Enarx Keep (a specific TEE instance) and are only revealed to the players when there’s a match between the secret words.">
17
+
18
+
<metaproperty="og:title" content="Cryptle| Wordle Clone with enarx">
19
+
<metaproperty="og:description" content="Cryptle: a secure multi-party Wordle clone with Enarx.">
0 commit comments