forked from ABCDCreeper/homo-114514.xyz
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
64 lines (58 loc) · 2.28 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
53
54
55
56
57
58
59
60
61
62
63
64
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>HomoのWebsite</title>
<link rel="shortcut icon" href="icon.ico" type="image/x-icon">
<script src="index.js"></script>
</head>
<body class="container bg-zlate-100 mx-auto">
<div class="grid grid-cols-6 gap-0.5 border border-transparent rounded shadow-lg bg-zinc-center mx-auto mt-3">
<div class="m-1 rounded shadow p-1.5 text-center">
<img class="w-1/2 inline-block mx-auto" src="homo.jpeg" />
<p class="inline-block mx-auto mt-0.5">HomoのWebsite! <br>Homo无处不在.<br>欺骗消费者的屑公司(恼)</p>
</div>
<div class="round shadow text-center">
<img class="w-1/2 mx-auto mt-auto h-auto" src="youya.jpeg" />
</div>
<div class="round shadow">
<a class="github-page" href="https://github.com/Jordan8315/114514.store">Github</a><br>
<a class="partner" href="partner/">友情链接</a><br>
<a class="blog" href="https://blog.114514.store">homo特有的博客</a><br>
<a class="list" href="https://xianbei114514.com/list.html">产品列表</a><br>
<a class="to-corp" href="https://xianbei114514.com">集团公司网站</a>
</div>
</div>
<div class="song-player">
<h6>宮本浩次-冬の花</h6>
<audio controls class="1">
<source src="res/music/1.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<h6>坂本龍一-Merry Christmas Mr. Lawrence</h6>
<audio controls class="2">
<source src="res/music/2.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<h6>郎朗&Johann Sebastian Bach-Orchestral Suite No. 3 in D Major, BWV 1068: II. Air 'On a G String' (Arr. for Piano)
</h6>
<audio controls class="3">
<source src="res/music/3.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<h6>秋川雅史-千の風になって~カラオケ~</h6>
<audio controls class="4">
<source src="res/music/4.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
</body>
<style>
div.grid {
background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}
a {
text-decoration: underline;
color: #0000ff
}
</style>
</html>