删除 index.html

This commit is contained in:
xiaoge 2025-02-24 08:22:53 -05:00
parent 27bcf0609c
commit b90362cb6e

@ -1,44 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>xiaoge☆★☆优质电视直播源仓库</title>
<style>
/* 基本样式 */
body, html {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
background-color: #121212;
color: #e0e0e0;
line-height: 1.6;
}
h1, h2, h3, p {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #4CAF50;
}
/* 全局样式 */
.container {
width: 90%;
margin: 0 auto;
max-width: 1200px;
}
/* 头部 */
header {
background: linear-gradient(135deg, #333, #555);
padding: 50px 0;
color: #fff;
text-align: center;
}
header