Added
This commit is contained in:
parent
7f9f9da91a
commit
60e2e0f040
@ -23,22 +23,23 @@
|
||||
|
||||
|
||||
<a href="https://gitea.pibakery.xyz/eworc778">
|
||||
<div class="link-card">
|
||||
<div class="link-card">
|
||||
|
||||
<img src="./img/gitea.svg" class="link-icon">
|
||||
<img src="./img/gitea.svg" class="link-icon">
|
||||
|
||||
<p class="link-card-text">Gitea</p>
|
||||
<p class="link-card-text">Gitea</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="./tunes.php">
|
||||
<a href="./tunes.php">
|
||||
<div class="link-card">
|
||||
|
||||
<img src="./img/music-note.svg" class="link-icon">
|
||||
|
||||
<p class="link-card-text">Tunes</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -79,6 +79,8 @@ a {
|
||||
.link-card{
|
||||
|
||||
|
||||
display: inline-block;
|
||||
|
||||
background-color: #7dcfff;
|
||||
|
||||
border-radius: 10px;
|
||||
|
13
src/tunes.php
Normal file
13
src/tunes.php
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<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>Eworc's site - tunes!</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user