-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpfstupage.html
More file actions
48 lines (48 loc) · 1.51 KB
/
Copy pathpfstupage.html
File metadata and controls
48 lines (48 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./image/favicon.png">
<title>PFstu跳转页面</title>
<link rel="stylesheet" href="./css/pfstupagestyle.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Icons">
</head>
<body>
<div class="backfilter"></div>
<header>
<a href="https://utf-8s.github.io/" id="logo_in_header">
<img src="./image/logo.png" width="60px">
<h1>HelloWorld!</h1>
</a>
<ul>
<li>
<a target="_blank" href="https://github.com/UTF-8s/UTF-8s.github.io/">
<i class="mdi mdi-github"></i>
Github
</a>
</li>
<li>
<a href="">
<img src="./image/favicon.png" width="20px">
工作室
</a>
</li>
<li><a target="_blank" href="#">NULL</a></li>
<li><a target="_blank" href="#">NULL</a></li>
</ul>
</header>
<main>
<h1 class="title">PFstu跳转页面</h1>
<a href="https://pfstu.github.io/">
<h1>旧版工作室链接</h1>
</a>
<a href="https://pfstu.netlify.app/">
<h1>新版工作室链接</h1>
</a>
</main>
<footer>
<p>Copyright © 2025 UTF-8s. All rights reserved. </p>
</footer>
</body>
</html>