-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.63 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
<!doctype-html>
<html>
<head>
<title>Тестовая страница</title>
<link rel="stylesheet" href="style.css">
<script>
var hellosound = new Audio();
hellosound.src = "hello.mp3";
</script>
</head>
<body align="center">
<h1>Тестовая страница</h1>
<button class='bigbutton' onclick="hellosound.play()">Hello, World!</button>
<br><br>
<img class="left-heart">
<img class="right-heart">
<p>Здесь могла быть
<strong>ваша</strong>
реклама.
<br>А могли быть котики.<br>Введите логин и пароль:</p>
<input type="text" placeholder=' Login'><br>
<input type='password' placeholder=' Password'><br>
<button style="outline: none; font-weight: bold; background-image: linear-gradient(180deg, #aaf, #faf 80%, #faa); border-radius: 100px; width: 100px; height: 30px; margin-top: 5px; color: white;">Войти</button>
<p>Это всё равно ничего не даст. Зато Вы размяли пальчики.</p>
</body>
<div>
<p align='left'>Copyright © 2021 Igor Bikkuzhin</p>
</div>
<div class="wrapper">
<div class="one">
<p align="center">Последние новости:</p>
<p style="transform: translate(5px);">Орчанин укусил собаку и отобрал все деньги! Что же будет дальше?</p></div>
<div class="two">Two</div>
<div class="three">Three</div>
<div class="four">Four</div>
<div class="five">Five</div>
<div class="six">Six</div>
</div>
</html>