This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
forked from yunkaiyueming/yunkaiyueming.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (45 loc) · 2.37 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
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 lang="en-us">
<head>
<meta charset="UTF-8">
<title>Yunkaiyueming</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="home/css/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="home/css/cayman.css">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Interesting Collection</h1>
<h2 class="project-tagline">the interesting collection by yunkaiyueming</h2>
<a href="https://github.com/yunkaiyueming" class="btn">View on GitHub</a>
</section>
<section class="main-content">
<h2>
<a id="user-content-header-2" class="anchor" href="#header-2" aria-hidden="true"><span class="octicon octicon-link"></span></a>
Interesting Lists:
</h2>
<ul class="task-list">
<li><a href="https://yunkaiyueming.github.io/rose/">Rose --- 真浪漫</a></li>
<li><a href="https://yunkaiyueming.github.io/html5-text-pixel">文字爆米花 --- 玩一把</a></li>
<!-- <li><a href="./person_ppt/">person ppt</a></li> -->
<li><a href="https://yunkaiyueming.github.io/most_beautiful_woman">Most Beautiful Woman --- 最好看</a></li>
<li><a href="https://yunkaiyueming.github.io/mytp_admin_template">Mytp Admin Template --- 超简洁</a></li>
<li><a href="https://yunkaiyueming.github.io/screen_tan/">Web弹幕 --- 弹走鱼尾纹~</a></li>
<li><a href="https://yunkaiyueming.github.io/romantic_heart-shaped/">浪漫心形 --- ~表白必备</a></li>
</ul>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://yunkaiyueming.github.io">Interesting Collections</a> is maintained by <a href="https://github.com/yunkaiyueming">yunkaiyueming</a>.</span>
</footer>
</section>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65827538-3', 'auto');
ga('send', 'pageview');
</script>
</html>