Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
inlab6
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DRUMIL TRIVEDI
inlab6
Commits
087c561c
Commit
087c561c
authored
Aug 21, 2018
by
Aneesh Shetty
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add neww
parents
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
58 additions
and
0 deletions
+58
-0
170040022/hiDrumil.txt
170040022/hiDrumil.txt
+3
-0
170040022/hiRiya.txt
170040022/hiRiya.txt
+3
-0
170040022/tester.html
170040022/tester.html
+52
-0
new
new
+0
-0
No files found.
170040022/hiDrumil.txt
0 → 100644
View file @
087c561c
HI Drumil
Test cases chodd de!
Git kar :P
DRUMIL TRIVEDI
@drumilt
·
Aug 23, 2018
Maintainer
lol cool
lol cool
Please
register
or
sign in
to reply
170040022/hiRiya.txt
0 → 100644
View file @
087c561c
HI Riya
HW 2 Start kar lete hai aaj.
Kal tak ho jaayega kya? :|
170040022/tester.html
0 → 100644
View file @
087c561c
<!DOCTYPE html>
<html>
<head>
<title>
My First Web Page
</title>
</head>
<style
type=
"text/css"
>
h3
{
text-align
:
center
;
color
:
blue
;
}
</style>
<body
onload=
"timeprint()"
>
<script
type=
"text/javascript"
>
function
timeprint
()
{
var
d
=
new
Date
();
var
h
=
d
.
getHours
();
var
m
=
d
.
getMinutes
();
var
s
=
d
.
getSeconds
();
m
=
putzeroes
(
m
);
s
=
putzeroes
(
s
);
if
(
h
>
12
)
{
document
.
getElementById
(
"
time
"
).
innerHTML
=
(
h
-
12
)
+
"
:
"
+
m
+
"
:
"
+
s
+
"
PM
"
}
else
if
(
int
(
h
)
==
12
)
{
document
.
getElementById
(
"
time
"
).
innerHTML
=
h
+
"
:
"
+
m
+
"
:
"
+
s
+
"
PM
"
}
else
{
document
.
getElementById
(
"
time
"
).
innerHTML
=
h
+
"
:
"
+
m
+
"
:
"
+
s
+
"
AM
"
}
setTimeout
(
timeprint
,
500
);
}
function
putzeroes
(
i
)
{
if
(
i
<
10
)
{
i
=
"
0
"
+
i
;
}
return
i
;
}
</script>
<h3>
TIME RIGHT NOW!!
</h3>
<div
id=
"time"
></div>
</body>
</html>
\ No newline at end of file
new
0 → 100644
View file @
087c561c
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment