-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsloiVerstka.html
23 lines (23 loc) · 942 Bytes
/
sloiVerstka.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<head>
<title>Ãëàâíàÿ</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<script src="script/script.js"></script>
</head>
<body onload="popup(); digitalWatch(); calendar()">
<div id="welcome"></div>
<div class="menu" title="Ìåíþ">
<ul>
<li><a href="sloiVerstka.html" title="Ññûëêà 1">Ññûëêà 1</a></li>
<li><a href="frameVerstka.html" title="Ññûëêà 2">Ññûëêà 2</a></li>
<li><a href="tablVerstka.html" title="Ññûëêà 3">Ññûëêà 3</a></li>
</ul>
</div>
<div class="content">
<p class="header2" title="Ôîðìóëà">Ôîðìóëà:</p>
<p id="formula" title="Ôîðìóëà">E=mc<span id="index">2</span></p>
</div>
<p id="digital_watch" style="color: #f00; font-size: 80%; font-weight: bold; text-align: center"></p>
<p id="calendar" style="color: #f00; font-size: 80%; font-weight: bold; top: 10px; text-align: center"></p>
</body>
</html>