-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (39 loc) · 2.15 KB
/
index.html
File metadata and controls
44 lines (39 loc) · 2.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<title>Cold Development</title>
<link rel="icon" href="assets/icons/cdicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/backend/style.css?v=1.2">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<pre>
<div class="window-bar">
<span class="window-button red"></span>
<span class="window-button yellow"></span>
<span class="window-button green"></span>
</div>
❄️ it's free💤ing cold
<hr />
<u>about;</u>
— projects @ <a href="https://github.com/Cold-Development">github</a>, <a href="https://hub.colddev.dev">maven repo</a>, <a href="https://jenkins.colddev.dev">jenkins</a>
— music @ <a href="https://open.spotify.com/user/31pzppfcfk7blezxdpovdmdrh6ta?si=bc4c2c209fd44706" alt="spotify" title="don't stalk me bro">spotify</a>
— plugins @ <a href="https://www.spigotmc.org/resources/authors/padrewin.2013368/" alt="spigotmc" title="get them">spigotmc</a>
<hr />
<u>contact;</u>
— discord @ <a href="https://discord.colddev.dev" alt="padrewin">padrewin</a>
<hr />
<a href="https://padrewin.github.io" class="banner"><img src="./assets/images/padrewin.png" alt="padrewin" title="padrewin"/></a> <a href="https://padrewin.github.io"><img src="assets/icons/pwicon.ico" alt="icon" title="icon" style="width: 35px; height: 35px;"></a> <a href="https://github.com/Cold-Development" class="banner"><img src="./assets/images/cold-development.png" alt="colddev" title="colddev"/></a> <a href="https://cold-development.github.io"><img src="assets/icons/cdicon.ico" alt="icon" title="icon" style="width: 35px; height: 35px;"></a>
</pre>
<footer>
<p class="footer-text">
<i class="fa-solid fa-code"></i> with <i class="fa-regular fa-heart"></i> by padrewin
<a id="commit-hash" href="#" target="_blank">@loading...</a>
</p>
</footer>
<script src="assets/backend/script.js"></script>
</body>
</html>