-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 684 Bytes
/
index.html
File metadata and controls
35 lines (30 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<script
defer
src="https://apps.4sitestudios.com/wordle-for-good/wordle-for-good.js"
></script>
<wordle-for-good
word="104-101-97-114-116"
bg-color="#fafafa"
text-color="#333333"
tile-border-color="#888888"
tile-bg-color="#ffffff"
tile-bg-wrong-color="#39393c"
tile-bg-wrong-location-color="#b59f3b"
tile-bg-correct-color="#538d4e"
tile-text-color="#333333"
key-bg-color="#818283"
key-text-color="#ffffff"
key-text-size="1.3rem"
height="690px"
title="Wordle For Good"
success-selector="#success"
failure-selector="#failure"
></wordle-for-good>
</body>
</html>