Skip to content

Commit 4f8a3bc

Browse files
author
Nick Vidal
authored
Merge pull request #6 from aryankaushik-git/main
[Bug]: Update license and credits #1 - has been resolved
2 parents 7acf49c + e11b578 commit 4f8a3bc

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed

LICENSE

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
Apache License
1+
CREDITS
2+
3+
Copyright [2022] [Rust HTTP Server: Harald]
4+
Copyright [2022] [Single Player: Richard]
5+
Copyright [2022] [Multi Player: Nick]
6+
Copyright [2022] [Client: Nick (current) and Vanessa Stewart (original author)]
7+
8+
9+
Apache License
210
Version 2.0, January 2004
311
http://www.apache.org/licenses/
412

client/index.html

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5+
6+
<!-- Website Description for SEO -->
7+
<meta name="Description" CONTENT="Cryptle | Wordle Clone with enarx">
8+
<meta name="author" CONTENT="Rust HTTP Server: Harald, Single Player: Richard, Multi Player: Nick, Client: Nick (current) and Vanessa Stewart (original author)">
9+
<meta name="owner" content="https://enarx.dev/">
10+
11+
<meta name="Keywords"
12+
content="opensource, Wasm, Webassembly, enarx, cryptle, wordle">
13+
14+
<meta name="description"
15+
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+
<meta property="og:title" content="Cryptle| Wordle Clone with enarx">
19+
<meta property="og:description" content="Cryptle: a secure multi-party Wordle clone with Enarx.">
20+
521
<meta http-equiv="X-UA-Compatible" content="IE=edge">
622
<meta name="viewport" content="width=device-width, initial-scale=1.0">
723
<link rel="stylesheet" href="styles.css" type="text/css">
@@ -17,14 +33,14 @@
1733
<div class="menu-left">
1834
<div style="margin: 3px 2px 0 0; font-weight: 700;">1P</div>
1935
<div><label class="switch">
20-
<input type="checkbox" id="multiCheckbox">
36+
<label> <input type="checkbox" id="multiCheckbox"> </label>
2137
<span class="slider round"></span>
2238
</label></div>
2339
<div style="margin: 3px 0 0 3px; font-weight: 700;">MP</div>
24-
<button data-key="help"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="black" d="M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"></path></svg></button>
40+
<button data-key="help"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"> <title>Help</title> <path fill="black" d="M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"></path></svg></button>
2541
</div>
2642
<div class="title">Cryptle</div>
27-
<div class="menu-right"><button data-key="stats"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
43+
<div class="menu-right"><button data-key="stats"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"> <title>Stats</title>
2844
<path fill="black" d="M16,11V3H8v6H2v12h20V11H16z M10,5h4v14h-4V5z M4,11h4v8H4V11z M20,19h-4v-6h4V19z"></path>
2945
</svg></button></div>
3046
</header>
@@ -105,4 +121,4 @@ <h3>Winners Ranking</h3>
105121
</div>
106122
</main>
107123
</body>
108-
</html>
124+
</html>

0 commit comments

Comments
 (0)