generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
links.html
65 lines (58 loc) · 4.62 KB
/
links.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
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lyric's Homepage</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="static/css/index.css">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Lily+Script+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@549&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@400&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<h1>[<i class="fa-solid fa-link"></i>]Lyric's Homepage</h1>
<nav>
<ul>
<li><a href="./index.html"><i class="fa-solid fa-door-open"></i> HOME</a></li>
<li><a><b>[Linkpage]</b></a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="container">
<h3>MY OTHER WEBSITES</h3>
<button class="button" onclick="window.location.href=' https://lyric-necm-upgrade-api.glitch.me/' "><i class="fa-solid fa-music"></i> NECM Upgrade API</button>
<button class="button" onclick="window.location.href=' https://lyric-music-downloader.glitch.me' "><i class="fa-solid fa-music"></i> Music Downloader</button>
<button class="button" onclick="window.location.href=' https://music.163.com/djradio?id=999421380&userid=3225058253/ ' "><i class="fa-solid fa-radio"></i> NECM Radio</button>
<button class="button" onclick="window.location.href=' https://ch-lyricepic.github.io/ALLTALE-System/ ' "><i class="fa-solid fa-keyboard"></i> ALLTALE System II</button>
<h3>SOMETHING INTERESTING</h3>
<button class="button" onclick="window.location.href=' https://oier.baoshuo.dev/' "><i class="fa-solid fa-code"></i> OIerDb</button>
<button class="button" onclick="window.location.href=' https://z-lib.io/' "><i class="fa-solid fa-book-open"></i> Z-Library</button>
<h3>TOOLBOX</h3>
<button class="button" onclick="window.location.href=' https://canva.cn/' "><i class="fa-solid fa-pen-ruler"></i> Canva</button>
<button class="button" onclick="window.location.href=' https://github.com/' "><i class="fa-brands fa-github"></i> Github</button>
<button class="button" onclick="window.location.href=' https://boardmix.cn/' "><i class="fa-solid fa-b"></i> Boardmix Board</button>
<button class="button" onclick="window.location.href=' https://glitch.com' "><i class="fa-solid fa-fish fa-rotate-180"></i> Glitch</button>
<button class="button" onclick="window.location.href=' https://vizzy.io' "><i class="fa-solid fa-file-waveform"></i> Vizzy(SoundVisuallizer)</button>
<button class="button" onclick="window.location.href=' https://www.aconvert.com/' "><i class="fa-solid fa-rotate fa-flip-horizontal"></i> ACONVERT</button>
<button class="button" onclick="window.location.href=' https://www.rgbku.com' "><i class="fa-solid fa-palette"></i> RGB Table</button>
<button class="button" onclick="window.location.href=' https://fontawesome.com/' "><i class="fa-solid fa-font-awesome"></i> Font Awesome</button>
<button class="button" onclick="window.location.href=' https://www.figma.com' "><i class="fa-solid fa-brands fa-figma"></i> Figma</button>
<h3>SCHOLAR TOOLS</h3>
<button class="button" onclick="window.location.href=' https://www.geogebra.org/' "><i class="fa-solid fa-calculator"></i> Geogebra</button>
<button class="button" onclick="window.location.href=' https://jc.pep.com.cn/' "><i class="fa-solid fa-school"></i> PEP e-Books</button>
<button class="button" onclick="window.location.href=' https://scholar.google.com/' "><i class="fa-brands fa-google-scholar"></i> Google Scholar</button>
<button class="button" onclick="window.location.href=' https://www.quora.com/' "><i class="fa-brands fa-quora"></i> Quora</button>
</div>
</main>
<footer>
<p>© 2024 @ch-LyricEpic. 我喜欢你你喜欢我.</p>
</footer>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome/css/font-awesome.min.css">
</body>