html
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
<!--Created by Pude[#BornofGod]😇🌹😘🇳🇬-->
<!--
YOU ARE FREE TO COPY OR SAVE THIS CODE FOR THOSE WHO WANT TO KNOW HOW TO UPLOAD VIDEO OR AUDIO.
BUT DON'T TAKE CREDIT FOR THE CREATION OF THIS CODE😠😠❌❌!!!-->
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@1,700&display=swap" rel="stylesheet">
</head>
<body>
<h1>AUDIO/VIDEO UPLOAD TUTORIAL</h1>
<p>Hi Guys. Welcome to the tutorial on how to upload audio and video and insert the link into your code. To do this, you need an app called DropBox. It can upload anything. It is an awesome app👍</p>
<h3>USING DROPBOX APP</h3>
<p>
If you are new to dropbox, you need to create an account with it, that is, sign up once you have downloaded it from the google play store.This is how the Dropbox app looks like:<br /><br />
<img src="https://dl.dropbox.com/s/uxmc7ttelctepr7/IMG_20200609_194024_801.JPG?raw=1">
<ul>
<li>Click the dropbox app</li><br><br>
<li>The dropbox app opens. Click the blue '+' button at the bottom of the screen
<br><br>
<img src="https://dl.dropbox.com/s/u6g86trnb1c29kp/IMG_20200615_170829_621.jpg?raw=1">
</li>
<li>
Then,dropbox gives you a list of options to choose from to start uploading audio. Choose "Create or Upload file".
Enter to Rename, Shift+Enter to Preview
css
css
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
body {
color:black;
font-family: 'Balsamiq Sans', cursive;
font-size:17px;
}
h1{
text-shadow:3px 3px 3px purple;
text-decoration:underline double white;
}
h3{
text-shadow:3px 3px 3px purple;
text-decoration:underline double white;
}
img{
width:250px;
height:400px;
margin:22px;
}
ul{
list-style-type:square;
}
code{
background-color:black;
color:red;
}
a:link{
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
//Created by Pude[#BornofGod]😇🌹😘🇳🇬
alert("I spent all day working really hard on this code. Pls upvote😊");
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run