изменено портфолио, удалена тестовая папка с саратовом
This commit is contained in:
Binary file not shown.
@@ -1,41 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<style>
|
||||
@keyframes blinking {
|
||||
0% {
|
||||
background-color: #ff3d50;
|
||||
}
|
||||
50% {
|
||||
background-color: #55d66b;
|
||||
}
|
||||
75% {
|
||||
background-color: #d0b91d;
|
||||
}
|
||||
100% {
|
||||
background-color: #222291;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
animation: blinking 1s infinite;
|
||||
}
|
||||
|
||||
a {
|
||||
color: aliceblue;
|
||||
font-size: 100px;
|
||||
font-size: 100px;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
<meta charset="UTF-8">
|
||||
<title> title </title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<a href="saratov.html"> не все кто перешол по сылке смагли вернутса взад </a>
|
||||
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 44 KiB |
@@ -1,21 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title> SARATOV </title>
|
||||
</head>
|
||||
<style>
|
||||
html {
|
||||
background-color: black;
|
||||
justify-content: center;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<iframe src="Untitled.ogg" type="audio/ogg" allow="autoplay" id="audio" style="display:none"></iframe>
|
||||
<img src="saratov.gif">
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user