-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·27 lines (24 loc) · 1.09 KB
/
index.html
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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<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>泉州五中电研社</title>
<link rel="stylesheet" href="assets/css/main.css">
<script type="text/javascript" src="https://cdn.webfont.youziku.com/wwwroot/js/wf/youziku.api.min.js"></script>
<script type="text/javascript">
$youziku.load("body", "160d8d7b844a4a0f85802f4d8285c245", "TSSunOld");
/*$youziku.load("#id1,.class1,h1", "160d8d7b844a4a0f85802f4d8285c245", "TSSunOld");*/
/*...*/
$youziku.draw();
</script>
</head>
<body>
<div class="mainbox">
<h1 class="title">泉州五中<br>电研社</h1>
<p class="item"><a href="https://www.qz5z.ren" target="_blank">五中人</a> / <a href="https://github.com/Q5CS" target="_blank">Github</a> / <a href="mailto:[email protected]">Email</a></p>
<p class="hitokoto">「愿你走出半生,归来仍是少年」</p>
</div>
</body>
</html>