Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeltamtia21 committed Jan 14, 2024
1 parent ab22181 commit 8f03b41
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 0 deletions.
Binary file added FantasyPlays/DoinTime.mp3
Binary file not shown.
19 changes: 19 additions & 0 deletions FantasyPlays/audio.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
*{
margin: 0;
padding: 0;
font-family: sans-serif;
}

body {
background-color: black;
}

h2 {
text-align: center;
color: crimson;
}

audio {
margin: 13px auto;
display: flex;
}
20 changes: 20 additions & 0 deletions FantasyPlays/audio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document Audio</title>
<link rel="stylesheet" href="audio.css">
</head>
<body>
<br>
<br>
<h2>Doin Time</h2>
<audio controls="true">
<source src="DoinTime.mp3">
</audio>
<br>
<br>

</body>
</html>
Empty file added FantasyPlays/index.css
Empty file.
24 changes: 24 additions & 0 deletions FantasyPlays/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="">
<title>Document</title>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<h2>Wellcome to FantasyPlays</h2>
<div class="Fantasy">
<input type="email" placeholder="Masukan Email">
<i class='bx bx-envelope' ></i>
</div>

<div class="Plays">
<input type="password" placeholder="Masukan Password">
<i class='bx bx-lock-alt'></i>
</div>

<button>Kirim</button>
</body>
</html>
Binary file added FantasyPlays/lelouch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FantasyPlays/sigma.mp3
Binary file not shown.
Binary file added FantasyPlays/sound.mp3
Binary file not shown.

0 comments on commit 8f03b41

Please sign in to comment.