-
Notifications
You must be signed in to change notification settings - Fork 0
/
Help.html
40 lines (40 loc) · 1.4 KB
/
Help.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
36
37
38
39
40
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JavaScript Guess a number game - Help</title>
<style type="text/css">
<!--
.generalText {
font-family: tahoma, verdana, arial, helvetica, sans-serif;
font-size: 11px;
}
-->
</style>
</head>
<body class="generalText">
<p>Thank you for downloading: <strong>JavaScript Guess a number game</strong></p>
<p>Included are:</p>
<ul>
<li>index.html files</li>
<li>Help.html</li>
<li>js/index.js</li>
<li>css/nomalize.css</li>
<li>css/style.css</li>
</ul>
<p>Font(s) used:</p>
<ul>
<li>Helvetica Neue</li>
</ul>
<p>How to modify the file:</p>
<ol>
<li><strong>Changing colors & Fonts:</strong> All CSS codes are inside style.css file. Open this file in your editor and change the values. <br />
<br />
</li>
<li><strong>Changing text:</strong> Just open the index.html files in your favorite editor and change text values.<br />
<br />
</li>
</ol>
<p>Good Luck using the file in your projects!</p>
</body>
</html>