-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
35 lines (28 loc) · 1.01 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
<!DOCTYPE html>
<!-- saved from url=(0042)https://mimuw.edu.pl/~km371194/System.html -->
<html lang="pl"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="./resources/bridge-bidding-styl-v16.css">
<script src="./resources/jquery.min.js"></script>
<script src="./resources/jquery-balloon-v2.js"></script>
<script src="./resources/jquery-bridge-bidding-3.js"></script>
<script src="./resources/theme.js"></script>
<script src="./resources/parse-v15.js"></script>
<script src="./resources/main.js"></script>
<script>hardcoded=undefined</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="dark">
<div id="content">
<!-- początek strony -->
<div class="bidding level00" level="0" id="page_title"></div>
<div id="topmenu">
<ul class="topmenu" id="topmenulist">
</ul>
<div style="clear: both;"></div>
</div>
<div id="bidding">
</div><!-- koniec #bidding -->
<!-- koniec strony -->
</div><!-- /content -->
</body>
</html>