Create index.html

This commit is contained in:
甬哥侃侃侃ygkkk
2025-02-28 09:28:07 +08:00
committed by GitHub
parent 352422ee2e
commit 352c1ef3bf
+85
View File
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Serv00-sb-yg本地SSH专用一键脚本:https://github.com/yonggekkk/sing-box-yg</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
border: 0;
}
body {
background-image: linear-gradient(137deg, #2E457B 0%, #237431 100%) !important;
background-attachment: fixed;
color: #333;
font-family: Arial, Verdana, Tahoma;
font-size: 13px;
}
#main {
background: #FFF;
box-shadow: 0 0 40px #00275A;
margin-top: 65px;
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
}
#mainwrapper {
display: table;
text-align: center;
margin: 0 auto;
}
h1 {
color: #EE6628;
font-size: 44px;
font-weight: normal;
text-shadow: 1px 1px 2px #A7A7A7;
}
h2 {
color: #385792;
font-weight: normal;
font-size: 25px;
text-shadow: 1px 1px 2px #D4D4D4;
}
ul {
text-align: left;
margin-top: 20px;
}
p {
margin-top: 20px;
color: #888;
}
a {
color: #4D73BB;
text-decoration: none;
}
a:hover, a:focus {
text-decoration: underline;
}
</style>
</head>
<body>
<div id="main">
<div id="mainwrapper">
<h1>===========================================</b></h1>
<h1>甬哥侃侃侃ygkkk Serv00-sb-yg一键三协议共存脚本</h1>
<h1>===========================================</b></h1>
<h1>YouTubu视频教程 <a href="https://www.youtube.com/@ygkkk">点击进入</a>.</h1>
<h1>Github项目地址 <a href="https://github.com/yonggekkk/sing-box-yg">点击进入</a>.</h1>
<h1>教程博客地址 <a href="https://ygkkk.blogspot.com">点击进入</a>.</h1>
</div>
</div>
</body>
</html>