-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (28 loc) · 937 Bytes
/
index.html
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 lang="en">
<head>
<title>wordsmith word game</title>
<meta charset="UTF-8">
<meta name="description"
content="spelling letter and word puzzle - similar to Wordle and like a typewriter ~/:::/º"/>
<meta name="author" content="Tracey Jaquith"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="css.css?v=1" rel="stylesheet" type="text/css"/>
</head>
<body>
<center>
<h1>wordsmith ~/:::/º</h1>
<wordsmith-game></wordsmith-game>
<p>
handmade variant of
<a href=" https://www.powerlanguage.co.uk/wordle/">
wordle
</a><br>
built with 🤍 by <a href="https://poohBot.com">@tracey_pooh</a><br>
word list from <a href="http://app.aspell.net/create">scowl</a>
</p>
</center>
</body>
<script type="module" src="index.js"></script>
</html>