-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<meta charset="Utf-8">
<link rel="stylesheet" href="style.css" type="text/CSS"/>
</head>
<body>
<div id="container" style="width: 660px; margin:0 auto;">
<div id="header" style="text-align: left;">
<h3 style="margin: 0;">Logo</h3>
</div>
<div id="menu" style="background-color: royalblue;color: white; text-align: left; height: 75px;">
<h3 style="margin: 0;">Menu</h3>
<div id="menu">
<div class="option">Strona główna</div>
<div class="option">Dystrybucje</div>
<div class="option">Instalacja</div>
<div class="option">Polecenia</div>
<div class="option">Linus Torvalds</div>
<div class="option">O projekcie</div>
</div>
</div>
<div id="logg" style="background-color: lightblue; text-align: right;">
<h3 style="margin: 0;">Zaloguj</h3>
</div>
<div id="Tresc">
<div id="prawybox">Ania C</div>
<div id="lewybox" >
<canvas id="myCanvas" width="200" height="300"></canvas>
<script src="java_1.js"></script></div>
<div id="workspace">By zagrać ponownie musisz odświeżyć stronę!</div>
</div>
</div>
</body>