-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (48 loc) · 2.2 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!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" xml:lang="en" lang="en">
<!--//
Copyright (C) 2009 Florian Herlings (florianherlings.de)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
The bat icon that is used in this programm is available at
http://www.ilovecolors.com.ar/ and is licensed under the
following terms:
======================================================
License (What you can do with these icons)
======================================================
We like offering freebies to the community with as few
restrictions as possible. We don't even ask for credit
or attribution with most of our free content (though
we do depend on your kind words to help spread the
word about us)!
We just ask that you follow these conditions:
YOU MAY NOT:
- Sell or Redistribute this set in any way.
YOU MAY:
- Use these icons in commercial and personal projects
without attribution (though it would be nice!)
- Post about this icon set on your blog to help us
share it with more people! Just don't include the
files please, a friendly link is fantastic!
- Use these icons to make your designs extra awesome.
- Use these icons in Premium WordPress themes that
you sell so long as there is a link on pages that
use the icons to the original download post on
Tutorial9.net.
//-->
<head>
<title>BaType</title>
<script type="text/javascript" src="batype.js"></script>
</head>
<body onload="BaType.init()" style="padding: 0; margin: 0; background: #000;">
<canvas id="canvas" width="640" height="480"></canvas>
</body>
</html>