Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyunlingyu authored Feb 19, 2024
0 parents commit 53eb758
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 0 deletions.
77 changes: 77 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="zh-CN">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>洛云凌钰工作室</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="logo.png" type="image/png">
</head>

<body>
<div class="container">
<h1>洛云凌钰工作室</h1>

<div class="web_notice" style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 99999;">
<div style="position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 90%; background: #FFF; border-radius: 40px; padding: 50px 40px;">
<h3 style="font-weight: bold; text-align: center; font-size: 30px;">网站通知</h3>
<div style="font-size: 16px; margin-top: 26px; line-height: 30px; color: #999;">
我们的网站依然活跃
</div>
<a href="#" style="display: block; background: #66ccff; color: #FFF; text-align: center; font-weight: bold; font-size: 19px; line-height: 60px; margin: 0 auto; margin-top: 45px; border-radius: 32px; width: 80%;" onclick="javascript:document.querySelector('.web_notice').remove()">知晓</a>
</div>
</div>

<h3 id="hitokoto">加载中...</h3>

<script>
fetch('https://v1.hitokoto.cn/', {
headers: {
'Accept': 'application/json'
}
})
.then(response => response.json())
.then(data => {
const hitokoto = data.hitokoto;
document.getElementById('hitokoto').textContent = hitokoto;
})
.catch(error => {
console.error('获取一言API出错:', error);
document.getElementById('hitokoto').textContent = '获取失败';
});
</script>

<h2>关于我们</h2>
<p>我们是一个充满激情与创造力的工作室,虽然不完美,但欢迎各种合作。本工作室提供一些软件下载服务,请在下载前仔细阅读并同意免责声明,任何问题与本站无关。</p>
<a href="mianze.html">免责声明</a>
<h2>软件下载站</h2>
<p>下载本站内容时,请仔细查看免责声明</p>
<a href="ruanjian.html">软件下载站</a>
<h2>联系我们</h2>
<P>如想联系我们,你可以发邮件至[email protected],看到后将尽快联系</P>

<footer>
<body>
<p>您的IP地址是:</p>
<p id="user-ip">正在获取...</p>

<script>
fetch('https://api64.ipify.org?format=json')
.then(response => response.json())
.then(data => {
const userIp = data.ip;
document.getElementById('user-ip').textContent = userIp;
})
.catch(error => {
console.error('获取IP地址出错:', error);
document.getElementById('user-ip').textContent = '获取失败';
});
</script>
</body>
<p>&copy; 2024 洛云凌钰工作室 | 友情链接<a href="https://xiaozhangkeji.sblkun.eu.org/">小张科技</a></p>
</footer>
</div>
</body>

</html>
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions mianze.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="zh-CN">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>免责声明</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="logo.png" type="image/png">
</head>

<body>
<div class="container">
<h1>免责声明</h1>
<p>欢迎访问洛云凌钰工作室网站。在您使用本网站提供的任何服务前,请务必仔细阅读以下免责声明:</p>

<h2>免责条款</h2>
<p>1. 本工作室所提供的软件下载仅用于个人学习和研究目的,任何商业目的均不得使用。</p>
<p>2. 使用本工作室网站服务造成的任何直接或间接损失,本工作室概不负责。</p>
<p>3.在下载完的24小时内请删除文件,如出现任何损失,均与本站无关</p>

<h2>法律声明</h2>
<p>本免责声明适用中华人民共和国法律,如有违反法律规定的行为,本工作室将配合相关部门进行调查。</p>

<h2>联系方式</h2>
<p>若您对本免责声明内容有任何疑问或建议,请联系我们:[email protected]</p>

<footer>
<body>
<p>您的IP地址是:</p>
<p id="user-ip">正在获取...</p>

<script>
fetch('https://api64.ipify.org?format=json')
.then(response => response.json())
.then(data => {
const userIp = data.ip;
document.getElementById('user-ip').textContent = userIp;
})
.catch(error => {
console.error('获取IP地址出错:', error);
document.getElementById('user-ip').textContent = '获取失败';
});
</script>
</body>
<p>&copy; 2024 洛云凌钰工作室 | 友情链接<a href="https://xiaozhangkeji.sblkun.eu.org/">小张科技</a></p>
</footer>
</div>
</body>

</html>
24 changes: 24 additions & 0 deletions ruanjian.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="zh-CN">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>软件下载站</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="logo.png" type="image/png">
</head>

<body>
<h1>软件下载站</h1>
<p>下载本站内容时,请仔细查看免责声明</p>

<ul>
<li><a href="https://example.com/software1.exe">软件1</a></li>
<li><a href="https://example.com/software2.exe">软件2</a></li>
<li><a href="https://example.com/software3.exe">软件3</a></li>
<!-- 在这里添加更多软件 -->
</ul>
</body>

</html>
46 changes: 46 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
body {
background-image: url('https://t.mwm.moe/moez');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
font-family: Arial, sans-serif;
margin: 0;
}

.container {
width: 80%;
margin: 20px auto;
background-color: rgba(255, 255, 255, 0.8);
padding: 20px;
border-radius: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
text-align: center;
}

p {
text-align: justify;
}

footer {
text-align: center;
margin-top: 50px;
background-color: rgba(240, 240, 240, 0.8);
padding: 10px;
border-top: 1px solid #ccc;
border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 768px) {
.container {
width: 90%;
}
}
h3 {
color: rgba(54, 199, 212, 0.653);
}
a {
color: rgba(53, 227, 189, 0.653);
}

0 comments on commit 53eb758

Please sign in to comment.