<!DOCTYPE html>
<html lang="
<?php
$config = file("config.txt");
echo $config[3];
?>
">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0,user-scalable=no" />
<title>
<?php
$config = file("config.txt");
echo $config[1];
?>
</title>
<style>
body {
font-family: myfont;
background:
<?php
$config = file("config.txt");
echo $config[7];
?>
;
user-select: none;
}
.title {
font-size: 50px;
position: absolute;
top: 25%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
animation: text-pop-up-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@font-face {
font-family: myfont;
src: url(
<?php
$config = file("config.txt");
echo $config[5];
?>
);
}
@media (width > 720px) {
body {
display: none
}
}
@media (width < 376px) {
body {
display: none
}
}
.input-box {
position: absolute;
top: 40vh;
left: 50vw;
transform: translate(-50%, -50%);
width: 80%;
aspect-ratio: 6/1;
background-color: white;
border-radius: 10px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.input {
font-size: 20px;
border-radius: 10px;
width: 80%;
height: 100%;
border-style: none;
outline-style: none;
}
.submit {
border-radius: 10px;
border-style: none;
background-image: url(
<?php
$config = file("config.txt");
echo $config[11];
?>
);
background-size: 50% 50%;
background-position: center center;
background-repeat: no-repeat;
background-color:
<?php
$config = file("config.txt");
echo $config[9];
?>
;
height: 100%;
width: 15%;
padding: 0px;
float: right;
cursor: pointer;
}
/* ----------------------------------------------
* Generated by Animista on 2023-9-26 18:18:12
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation text-pop-up-top
* ----------------------------------------
*/
@keyframes text-pop-up-top {
0% {
text-shadow: none;
}
100% {
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
}
}
</style>
</head>
<body>
<p class="title">
<?php
$config = file("config.txt");
echo $config[1];
?>
</p>
<form action="search.php" method="get" class="input-box" id="search">
<input type="text" name="content" class="input" />
<input type="submit" value="" class="submit" />
</form>
</body>
</html>这个网站由wusheng233制作,生成了静态页面