-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (43 loc) · 1.68 KB
/
index.html
File metadata and controls
52 lines (43 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="./files/cartoon.css">
<link rel="stylesheet" type="text/css" href="./files/title.css">
<link rel="stylesheet" type="text/css" href="./files/buttom.css">
<link rel="stylesheet" type="text/css" href="./files/timetable.css">
<link rel="stylesheet" type="text/css" href="./files/menu_table.css">
<link rel="shortcut icon" href="./LOGO.svg" type="image/x-icon">
<style>
.homepagetop {
background-image: url("./homepagetop.png");
padding: 50px;
text-align: center;
color: rgb(252, 255, 97);
border-radius: 20px;
}
</style>
<meta charset="utf-8">
<title>星际工作室 | PCC</title>
</head>
<body>
<div class="menu_table"></div>
<a href="https://www.xingjisoft.top/">
<img src="logo.png" alt="PNG Image" style="position: absolute; top: 0; left: 20;">
</a>
<a href="https://pcc.xingjisoft.top/products/products.html">
<p class="mtb1">产品</p>
</a>
<a href="https://www.xingjisoft.top/">
<p class="mtb2">母工作室官网</p>
</a>
<img src="./pcc1.jpg" width="500" height="500">
<h1>PccStudios——爬极电脑工作室</h1>
<p>-我们拥有多台电脑资源储备</p>
<p>-我们已经不负责XINGJI的云服务了</p>
<p>-我们是著名小厂XINGJI Studios的旗下工作室</p>
<div class="whole">
<div class="buttom">
<p>Copyright© XINGJI Studios 2017-2024 保留所有权利。</p>
<!--<p>合作请找</p>!-->
</div>
</div>
</body></html>