-
Notifications
You must be signed in to change notification settings - Fork 1
/
gra.html
29 lines (29 loc) · 1.02 KB
/
gra.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
<!DOCTYPE HTML>
<html lang="pl">
<head>
<meta charset="utf-8">
<title>Strona poświęcona grze karcianej Hanafuda</title>
<link href='http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica+SC' rel='stylesheet' type='text/css'>
<link media="all" rel="stylesheet" href="css/style.css" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/colorpickers.js"></script>
</head>
<body>
<section id="whole">
<section id="main">
<header class="frame">
<embed src="img/hanafuda.svg" width="500" height="150" type="image/svg+xml"></embed>
</header>
<section id="frame">
<h1>Hanafuda Koi-koi</h1>
<h2>Napisana w javascripcie, i wykorzystująca nowy element HTML5 - CANVAS!</h2>
<canvas id="canvas" width="700" height="485"> </canvas>
<script type="text/javascript" src="hanafuda.js"></script>
</section>
<footer>
Bartosz Szewczyk 2013 © Projekt na Techniki Internetowe
</footer>
</section>
</section>
</body>
</html>