mirror of
https://github.com/Student-design-office-kit/ST_cybergarden.git
synced 2025-06-16 17:13:38 +00:00
add ctf
This commit is contained in:
23
pony.html
Normal file
23
pony.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Pony page</title>
|
||||
<style>
|
||||
html, body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="audio.wav" allow="autoplay" id="audio" style="display: none"></iframe>
|
||||
<img src="images/pic.png" alt="Download me">
|
||||
|
||||
<a style="display: none;" href="https://www.youtube.com/watch?v=rShiDT-Pp_A">Просто музыка!</a>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user