initial commit
This commit is contained in:
21
static/test/saratov.html
Normal file
21
static/test/saratov.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!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