-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (24 loc) · 1.26 KB
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Easy peasy writer</title>
<meta name="description" content="Easy Writer - HTML5 canvas based writer and pattern practice.">
<meta name="viewport" id='btnClick' content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<style>
h1 {text-align: center;}
p {text-align: center;}
</style>
</head>
<h1 style="color:yellow;font-size:30px;font-family: 'comic sans ms';">This is an effective way to learn<br> and keep record of your progress<br> when you learn to write. <br>
Click on an image to start!</h1>
<body style = "background-color: #335;" onselectstart="return false" style = "margin: 0;padding: 0;" >
<center>
<a href="indexPat.html"><img src="images/patternss.png"></a>.................
<a href="indexABC.html"><img src="images/ABCs.png"></a><br><br><br>
</center>
<a href="https://github.com/90PlusWorks/ABC-Write"><p style="color:yellow;font-size:20px;font-family: 'comic sans ms';">Free and open source software at:<br> https://github.com/90PlusWorks/ABC-Write</p></a>
</body>
</html>