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 sanjay -->
<!-- Created by alone -->
</title>
<link rel="stylesheet"
href="https://www.youtube.com/@aloneaddm">
<link rel>=<https://www.youtube.com/@aloneaddm'>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Digital Clock</title>
<style>
body {
font-family: 'Arial', sans-serif;
text-align: center;
background-color: #f0f0f0;
}
#clock {
font-size: 48px;
font-weight: bold;
color: #333;
margin-top: 30%;
}
</style>
</head>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
/* Created by alone */
/* Created by alone */
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
// Created by alone
// Created by alone
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run